summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/mips16_32_1.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-14 18:57:12 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-14 18:57:12 +0000
commit1c3e47c07a63039dac36323f632b959ab25e1b53 (patch)
tree979f262c40ad600ad60300060aed3ae096ef044c /test/CodeGen/Mips/mips16_32_1.ll
parent3e4542b2ca3426e5f5b812e008f6c71cf9ad295b (diff)
Fix a low hanging use of hasRawTextSupport.
This also fixes the placement of the function label comment. It was being placed next to the mips16 directive instead of next to the label. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/mips16_32_1.ll')
-rw-r--r--test/CodeGen/Mips/mips16_32_1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/mips16_32_1.ll b/test/CodeGen/Mips/mips16_32_1.ll
index a72cfc84875..f6096b402f2 100644
--- a/test/CodeGen/Mips/mips16_32_1.ll
+++ b/test/CodeGen/Mips/mips16_32_1.ll
@@ -6,7 +6,7 @@ entry:
ret void
}
-; CHECK: .set mips16 # @foo
+; CHECK: .set mips16
; CHECK: .ent foo
; CHECK: jrc $ra
; CHECK: .end foo