diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-06-17 15:18:27 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-06-17 15:18:27 +0000 |
commit | 29dda21e9691839f7a877ed6028b6b33a84c0ca3 (patch) | |
tree | 67103a830e068ffa52b416ce89fce95e8646afa4 /llvm/test/CodeGen/ARM/inlineasm3.ll | |
parent | 055229185957d371d27e571d66c2a401a805813a (diff) | |
download | bcm5719-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/ARM/inlineasm3.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/inlineasm3.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/inlineasm3.ll b/llvm/test/CodeGen/ARM/inlineasm3.ll index f0627728e53..687e138c1b4 100644 --- a/llvm/test/CodeGen/ARM/inlineasm3.ll +++ b/llvm/test/CodeGen/ARM/inlineasm3.ll @@ -3,7 +3,7 @@ ; Radar 7449043 %struct.int32x4_t = type { <4 x i32> } -define arm_apcscc void @t() nounwind { +define void @t() nounwind { entry: ; CHECK: vmov.I64 q15, #0 ; CHECK: vmov.32 d30[0], r0 @@ -16,7 +16,7 @@ entry: ; Radar 7457110 %struct.int32x2_t = type { <4 x i32> } -define arm_apcscc void @t2() nounwind { +define void @t2() nounwind { entry: ; CHECK: vmov d30, d0 ; CHECK: vmov.32 r0, d30[0] |