diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/umul-with-overflow.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/umul-with-overflow.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/umul-with-overflow.ll b/llvm/test/CodeGen/X86/umul-with-overflow.ll index c9976617a24..e31ee76905e 100644 --- a/llvm/test/CodeGen/X86/umul-with-overflow.ll +++ b/llvm/test/CodeGen/X86/umul-with-overflow.ll @@ -9,6 +9,6 @@ define i1 @a(i32 %x) zeroext nounwind { ; CHECK: a: ; CHECK: mull ; CHECK: seto %al -; CHECK: movzbl %al, %eax +; CHECK: movzx %al, %eax ; CHECK: ret } |