aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2/frameless.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb2/frameless.ll')
-rw-r--r--test/CodeGen/Thumb2/frameless.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/frameless.ll b/test/CodeGen/Thumb2/frameless.ll
index c3c8cf1..fa8d5d8 100644
--- a/test/CodeGen/Thumb2/frameless.ll
+++ b/test/CodeGen/Thumb2/frameless.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -disable-fp-elim | not grep mov
; RUN: llc < %s -mtriple=thumbv7-linux -disable-fp-elim | not grep mov
-define arm_apcscc void @t() nounwind readnone {
+define void @t() nounwind readnone {
ret void
}