aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopRotate
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-08-30 15:42:45 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-08-30 15:42:45 +0000
commit86c0d8c92fd36f60fa12cc5a729a42ed403b277d (patch)
tree658bd012164909226a48a399abf7ffd8fedfff25 /test/Transforms/LoopRotate
parentd70846ec1b79162d519620ddf07bcb7a64b65eb5 (diff)
downloadexternal_llvm-86c0d8c92fd36f60fa12cc5a729a42ed403b277d.zip
external_llvm-86c0d8c92fd36f60fa12cc5a729a42ed403b277d.tar.gz
external_llvm-86c0d8c92fd36f60fa12cc5a729a42ed403b277d.tar.bz2
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162913 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopRotate')
-rw-r--r--test/Transforms/LoopRotate/multiple-exits.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopRotate/multiple-exits.ll b/test/Transforms/LoopRotate/multiple-exits.ll
index 4568678..066b7e4 100644
--- a/test/Transforms/LoopRotate/multiple-exits.ll
+++ b/test/Transforms/LoopRotate/multiple-exits.ll
@@ -141,7 +141,7 @@ lpad.i: ; preds = %for.body.i
catch.i: ; preds = %lpad.i
%8 = tail call i8* @__cxa_begin_catch(i8* %6) nounwind
- invoke void @_Z3barj(i32 0)
+ invoke void @test3(i32 0)
to label %invoke.cont2.i unwind label %lpad1.i
invoke.cont2.i: ; preds = %catch.i