summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/mips16_32_3.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
commit6633d57ae427515801ca24478add077c5049e7de (patch)
treea89398f86d09348f4b8ae7ce6e63519ba105d5be /llvm/test/CodeGen/Mips/mips16_32_3.ll
parent93be7c4fb3e9b74ad03d1206ca18708a6ec5ad38 (diff)
downloadbcm5719-llvm-6633d57ae427515801ca24478add077c5049e7de.tar.gz
bcm5719-llvm-6633d57ae427515801ca24478add077c5049e7de.zip
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. llvm-svn: 199245
Diffstat (limited to 'llvm/test/CodeGen/Mips/mips16_32_3.ll')
-rw-r--r--llvm/test/CodeGen/Mips/mips16_32_3.ll12
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/Mips/mips16_32_3.ll b/llvm/test/CodeGen/Mips/mips16_32_3.ll
index 4ad427f0df7..c5a29a0b8fd 100644
--- a/llvm/test/CodeGen/Mips/mips16_32_3.ll
+++ b/llvm/test/CodeGen/Mips/mips16_32_3.ll
@@ -6,11 +6,11 @@ entry:
ret void
}
-; 16: .set mips16 # @foo
+; 16: .set mips16
; 16: .ent foo
; 16: jrc $ra
; 16: .end foo
-; 32: .set mips16 # @foo
+; 32: .set mips16
; 32: .ent foo
; 32: jrc $ra
; 32: .end foo
@@ -19,7 +19,7 @@ entry:
ret void
}
-; 16: .set nomips16 # @nofoo
+; 16: .set nomips16
; 16: .ent nofoo
; 16: .set noreorder
; 16: .set nomacro
@@ -30,7 +30,7 @@ entry:
; 16: .set macro
; 16: .set reorder
; 16: .end nofoo
-; 32: .set nomips16 # @nofoo
+; 32: .set nomips16
; 32: .ent nofoo
; 32: .set noreorder
; 32: .set nomacro
@@ -46,11 +46,11 @@ entry:
ret i32 0
}
-; 16: .set mips16 # @main
+; 16: .set mips16
; 16: .ent main
; 16: jrc $ra
; 16: .end main
-; 32: .set nomips16 # @main
+; 32: .set nomips16
; 32: .ent main
; 32: .set noreorder
; 32: .set nomacro
OpenPOWER on IntegriCloud