diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/hoist-common.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/hoist-common.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/hoist-common.ll b/llvm/test/CodeGen/X86/hoist-common.ll index 72e17c065b6..cdfdea3d982 100644 --- a/llvm/test/CodeGen/X86/hoist-common.ll +++ b/llvm/test/CodeGen/X86/hoist-common.ll @@ -8,7 +8,7 @@ define zeroext i1 @t(i32 %c) nounwind ssp { entry: ; CHECK: t: -; CHECK: xorb %al, %al +; CHECK: xorl %eax, %eax ; CHECK: test ; CHECK: je %tobool = icmp eq i32 %c, 0 |