summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/crash.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-06-17 15:18:27 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-06-17 15:18:27 +0000
commit29dda21e9691839f7a877ed6028b6b33a84c0ca3 (patch)
tree67103a830e068ffa52b416ce89fce95e8646afa4 /llvm/test/Transforms/InstCombine/crash.ll
parent055229185957d371d27e571d66c2a401a805813a (diff)
downloadbcm5719-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/Transforms/InstCombine/crash.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/crash.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/InstCombine/crash.ll b/llvm/test/Transforms/InstCombine/crash.ll
index 854bfc81de2..30d467e0ca8 100644
--- a/llvm/test/Transforms/InstCombine/crash.ll
+++ b/llvm/test/Transforms/InstCombine/crash.ll
@@ -127,11 +127,11 @@ l10:
}
; PR5471
-define arm_apcscc i32 @test5a() {
+define i32 @test5a() {
ret i32 0
}
-define arm_apcscc void @test5() {
+define void @test5() {
store i1 true, i1* undef
%1 = invoke i32 @test5a() to label %exit unwind label %exit
exit:
@@ -212,7 +212,7 @@ define i8* @test10(i8* %self, i8* %tmp3) {
entry:
store i1 true, i1* undef
store i1 true, i1* undef
- invoke arm_apcscc void @test10a()
+ invoke void @test10a()
to label %invoke.cont unwind label %try.handler ; <i8*> [#uses=0]
invoke.cont: ; preds = %entry
OpenPOWER on IntegriCloud