diff options
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 } |

