diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-06-15 19:04:29 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-06-15 19:04:29 +0000 |
commit | 5a24a56e1ef5f60488f5ba29dec46902c8e12858 (patch) | |
tree | 217c646e7c09a86db912d544c0425bde44d3d125 /llvm/test/CodeGen/ARM/arm-frameaddr.ll | |
parent | 146f130d1ffdc8ad00819b829097049b4f1cdac3 (diff) | |
download | bcm5719-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.ll | 2 |
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 |