summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/frameless.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-06-17 15:18:27 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-06-17 15:18:27 +0000
commit29dda21e9691839f7a877ed6028b6b33a84c0ca3 (patch)
tree67103a830e068ffa52b416ce89fce95e8646afa4 /llvm/test/CodeGen/Thumb2/frameless.ll
parent055229185957d371d27e571d66c2a401a805813a (diff)
downloadbcm5719-llvm-29dda21e9691839f7a877ed6028b6b33a84c0ca3.tar.gz
bcm5719-llvm-29dda21e9691839f7a877ed6028b6b33a84c0ca3.zip
Remove arm_apcscc from the test files. It is the default and doing this
matches what llvm-gcc and clang now produce. llvm-svn: 106221
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/frameless.ll')
-rw-r--r--llvm/test/CodeGen/Thumb2/frameless.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/frameless.ll b/llvm/test/CodeGen/Thumb2/frameless.ll
index c3c8cf1dd14..fa8d5d87dfc 100644
--- a/llvm/test/CodeGen/Thumb2/frameless.ll
+++ b/llvm/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
}
OpenPOWER on IntegriCloud