diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/test-shrink-bug.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/test-shrink-bug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/test-shrink-bug.ll b/llvm/test/CodeGen/X86/test-shrink-bug.ll index 1bb1e638483..814e07f718b 100644 --- a/llvm/test/CodeGen/X86/test-shrink-bug.ll +++ b/llvm/test/CodeGen/X86/test-shrink-bug.ll @@ -3,7 +3,7 @@ ; Codegen shouldn't reduce the comparison down to testb $-1, %al ; because that changes the result of the signed test. ; PR5132 -; CHECK: testw $255, %ax +; CHECK: testl $255, %eax target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128" target triple = "i386-apple-darwin10.0" |

