diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll b/llvm/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll index 114b985f71d..c9b3df83613 100644 --- a/llvm/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll +++ b/llvm/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll @@ -6,7 +6,7 @@ define i8 @f(i8 %v1, i8 %v2) nounwind { entry: ; CHECK: callq -; CHECK: movb %{{.*}}, %al +; CHECK: movl %{{.*}}, %eax ; CHECK: mulb ; CHECK: mulb %rval = tail call i8 @bar() nounwind |