summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/CodeGen/X86/isint.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/isint.ll b/llvm/test/CodeGen/X86/isint.ll
index 792b8c69db4..96c89605b6a 100644
--- a/llvm/test/CodeGen/X86/isint.ll
+++ b/llvm/test/CodeGen/X86/isint.ll
@@ -9,7 +9,7 @@ define i32 @isint_return(double %d) nounwind {
; 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
}
OpenPOWER on IntegriCloud