1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py 2; RUN: llc < %s -mtriple=i686-- | FileCheck %s 3 4define i64 @foo() nounwind { 5; CHECK-LABEL: foo: 6; CHECK: # %bb.0: 7; CHECK-NEXT: xorl %eax, %eax 8; CHECK-NEXT: xorl %edx, %edx 9; CHECK-NEXT: retl 10 ret i64 0 11} 12