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/2010-04-14-SplitVector.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/2010-04-14-SplitVector.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/2010-04-14-SplitVector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2010-04-14-SplitVector.ll b/llvm/test/CodeGen/ARM/2010-04-14-SplitVector.ll index 42f98521e30..5d0c3cf74aa 100644 --- a/llvm/test/CodeGen/ARM/2010-04-14-SplitVector.ll +++ b/llvm/test/CodeGen/ARM/2010-04-14-SplitVector.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -march=arm -mcpu=arm1136jf-s ; Radar 7854640 -define arm_apcscc void @test() nounwind { +define void @test() nounwind { bb: br i1 undef, label %bb9, label %bb10 |