summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/helloworld.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/helloworld.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/helloworld.ll')
-rw-r--r--test/CodeGen/Mips/helloworld.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/helloworld.ll b/test/CodeGen/Mips/helloworld.ll
index 709c12e1c67..36f4ad6b55c 100644
--- a/test/CodeGen/Mips/helloworld.ll
+++ b/test/CodeGen/Mips/helloworld.ll
@@ -15,7 +15,7 @@ entry:
%call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0))
ret i32 0
-; SR: .set mips16 # @main
+; SR: .set mips16
; SR32: .set nomips16
; SR32: .ent main