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/indirectbr.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/indirectbr.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/indirectbr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/indirectbr.ll b/llvm/test/CodeGen/ARM/indirectbr.ll index f898060581a..0aac9d16ec6 100644 --- a/llvm/test/CodeGen/ARM/indirectbr.ll +++ b/llvm/test/CodeGen/ARM/indirectbr.ll @@ -5,7 +5,7 @@ @nextaddr = global i8* null ; <i8**> [#uses=2] @C.0.2070 = private constant [5 x i8*] [i8* blockaddress(@foo, %L1), i8* blockaddress(@foo, %L2), i8* blockaddress(@foo, %L3), i8* blockaddress(@foo, %L4), i8* blockaddress(@foo, %L5)] ; <[5 x i8*]*> [#uses=1] -define internal arm_apcscc i32 @foo(i32 %i) nounwind { +define internal i32 @foo(i32 %i) nounwind { ; ARM: foo: ; THUMB: foo: ; THUMB2: foo: |

