diff options
Diffstat (limited to 'llvm/test/MC/ELF/call-abs.s')
-rw-r--r-- | llvm/test/MC/ELF/call-abs.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/call-abs.s b/llvm/test/MC/ELF/call-abs.s index 81265a1b075..145b9a7da2f 100644 --- a/llvm/test/MC/ELF/call-abs.s +++ b/llvm/test/MC/ELF/call-abs.s @@ -4,7 +4,7 @@ .globl f .type f,@function f: # @f -# BB#0: # %entry +# %bb.0: # %entry subl $4, %esp calll 42 incl %eax |