diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-09-02 22:41:11 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-09-02 22:41:11 +0000 |
| commit | 4aa257374886bf2119c9ac826d8a82f55ef1e1ba (patch) | |
| tree | 05dc617105ef2475daf3ba07403ab33503e3db0f /llvm/test/Transforms/SimplifyCFG/BrUnwind.ll | |
| parent | f3dd6da7a8cf55be5ce493a1f4388650035c626c (diff) | |
| download | bcm5719-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.ll | 2 |
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 } |

