diff options
author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2013-12-16 14:36:50 +0000 |
---|---|---|
committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2013-12-16 14:36:50 +0000 |
commit | 3bb50b0ff84ebf6ca7d4506eba8fc89f96d0d993 (patch) | |
tree | 74de14201800e1382ae9f14d41890dba1fe76f73 /llvm/test/CodeGen/X86/isint.ll | |
parent | a594ba8a76c75c0ec293cfae028bd45c093bae2c (diff) | |
download | bcm5719-llvm-3bb50b0ff84ebf6ca7d4506eba8fc89f96d0d993.tar.gz bcm5719-llvm-3bb50b0ff84ebf6ca7d4506eba8fc89f96d0d993.zip |
fixed one more line
llvm-svn: 197387
Diffstat (limited to 'llvm/test/CodeGen/X86/isint.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/isint.ll | 2 |
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 } |