diff options
Diffstat (limited to 'llvm/test/MC/Mips/do_switch3.s')
-rw-r--r-- | llvm/test/MC/Mips/do_switch3.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/Mips/do_switch3.s b/llvm/test/MC/Mips/do_switch3.s index 7ed4f7c5219..b35ff126179 100644 --- a/llvm/test/MC/Mips/do_switch3.s +++ b/llvm/test/MC/Mips/do_switch3.s @@ -21,7 +21,7 @@ main: # @main .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry daddiu $sp, $sp, -16 lui $1, %hi(%neg(%gp_rel(main))) daddu $2, $1, $25 |