diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/urem-i8-constant.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/urem-i8-constant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/urem-i8-constant.ll b/llvm/test/CodeGen/X86/urem-i8-constant.ll index a9cb99c0d35..7405a48de78 100644 --- a/llvm/test/CodeGen/X86/urem-i8-constant.ll +++ b/llvm/test/CodeGen/X86/urem-i8-constant.ll @@ -5,7 +5,7 @@ define i8 @foo(i8 %tmp325) { ; CHECK-LABEL: foo: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movzbl {{[0-9]+}}(%esp), %ecx ; CHECK-NEXT: imull $111, %ecx, %eax ; CHECK-NEXT: shrl $12, %eax |