summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-09-02 22:41:11 +0000
committerBill Wendling <isanbard@gmail.com>2011-09-02 22:41:11 +0000
commit4aa257374886bf2119c9ac826d8a82f55ef1e1ba (patch)
tree05dc617105ef2475daf3ba07403ab33503e3db0f /llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
parentf3dd6da7a8cf55be5ce493a1f4388650035c626c (diff)
downloadbcm5719-llvm-4aa257374886bf2119c9ac826d8a82f55ef1e1ba.tar.gz
bcm5719-llvm-4aa257374886bf2119c9ac826d8a82f55ef1e1ba.zip
Try to eliminate the use of the 'unwind' instruction.
llvm-svn: 139046
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/BrUnwind.ll')
-rw-r--r--llvm/test/Transforms/SimplifyCFG/BrUnwind.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll b/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
index b19a27dea04..7ab8faa2cea 100644
--- a/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
+++ b/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
@@ -10,6 +10,6 @@ B: ; preds = %0
call void @test( i1 %C )
br label %X
X: ; preds = %B, %A
- unwind
+ ret void
}
OpenPOWER on IntegriCloud