diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/computeKnownBits_urem.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/computeKnownBits_urem.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/computeKnownBits_urem.ll b/llvm/test/CodeGen/X86/computeKnownBits_urem.ll index f09370dc2fb..4701ee5e085 100644 --- a/llvm/test/CodeGen/X86/computeKnownBits_urem.ll +++ b/llvm/test/CodeGen/X86/computeKnownBits_urem.ll @@ -4,7 +4,7 @@ define i32 @main() nounwind { ; X86-LABEL: main: -; X86: # BB#0: # %entry +; X86: # %bb.0: # %entry ; X86-NEXT: pushl %eax ; X86-NEXT: movl $1, (%esp) ; X86-NEXT: movl $1, %eax @@ -12,7 +12,7 @@ define i32 @main() nounwind { ; X86-NEXT: retl ; ; X64-LABEL: main: -; X64: # BB#0: # %entry +; X64: # %bb.0: # %entry ; X64-NEXT: movl $1, -{{[0-9]+}}(%rsp) ; X64-NEXT: movl $1, %eax ; X64-NEXT: retq |