[llvm] r197387 - fixed one more line
Elena Demikhovsky
elena.demikhovsky at intel.com
Mon Dec 16 06:36:50 PST 2013
Author: delena
Date: Mon Dec 16 08:36:50 2013
New Revision: 197387
URL: http://llvm.org/viewvc/llvm-project?rev=197387&view=rev
Log:
fixed one more line
Modified:
llvm/trunk/test/CodeGen/X86/isint.ll
Modified: llvm/trunk/test/CodeGen/X86/isint.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/isint.ll?rev=197387&r1=197386&r2=197387&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/isint.ll (original)
+++ llvm/trunk/test/CodeGen/X86/isint.ll Mon Dec 16 08:36:50 2013
@@ -9,7 +9,7 @@ define i32 @isint_return(double %d) noun
; CHECK: cmpeqsd
%c = fcmp oeq double %d, %e
; CHECK-NEXT: movd
-; CHECK-NEXT: andl
+; CHECK-NEXT: andq
%z = zext i1 %c to i32
ret i32 %z
}
More information about the llvm-commits
mailing list