summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/arm-frameaddr.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-06-15 19:04:29 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-06-15 19:04:29 +0000
commit5a24a56e1ef5f60488f5ba29dec46902c8e12858 (patch)
tree217c646e7c09a86db912d544c0425bde44d3d125 /llvm/test/CodeGen/ARM/arm-frameaddr.ll
parent146f130d1ffdc8ad00819b829097049b4f1cdac3 (diff)
downloadbcm5719-llvm-5a24a56e1ef5f60488f5ba29dec46902c8e12858.tar.gz
bcm5719-llvm-5a24a56e1ef5f60488f5ba29dec46902c8e12858.zip
Remove the arm_aapcscc marker from the tests. It is the default
for the linux targets. llvm-svn: 106029
Diffstat (limited to 'llvm/test/CodeGen/ARM/arm-frameaddr.ll')
-rw-r--r--llvm/test/CodeGen/ARM/arm-frameaddr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/arm-frameaddr.ll b/llvm/test/CodeGen/ARM/arm-frameaddr.ll
index 1c7ac25e073..2cf1422c66a 100644
--- a/llvm/test/CodeGen/ARM/arm-frameaddr.ll
+++ b/llvm/test/CodeGen/ARM/arm-frameaddr.ll
@@ -3,7 +3,7 @@
; PR4344
; PR4416
-define arm_aapcscc i8* @t() nounwind {
+define i8* @t() nounwind {
entry:
; DARWIN: t:
; DARWIN: mov r0, r7
OpenPOWER on IntegriCloud