diff options
| author | Dan Gohman <gohman@apple.com> | 2009-10-31 17:33:01 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-10-31 17:33:01 +0000 |
| commit | 2d02ff8cbb52e60ca104933b9c0159064042def0 (patch) | |
| tree | 56b4edcc26db84601308680ee4ae381264de0fd7 /llvm/test | |
| parent | 954de17977c39f447a8024ed6c4eada6908912d9 (diff) | |
| download | bcm5719-llvm-2d02ff8cbb52e60ca104933b9c0159064042def0.tar.gz bcm5719-llvm-2d02ff8cbb52e60ca104933b9c0159064042def0.zip | |
Revert r85667. LoopUnroll currently can't call utility functions which
auto-update the DominatorTree because it doesn't keep the DominatorTree
current while it works.
llvm-svn: 85670
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Transforms/SimplifyCFG/PhiBlockMerge.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/PhiBlockMerge.ll b/llvm/test/Transforms/SimplifyCFG/PhiBlockMerge.ll index 1219dfe0749..a648efd1740 100644 --- a/llvm/test/Transforms/SimplifyCFG/PhiBlockMerge.ll +++ b/llvm/test/Transforms/SimplifyCFG/PhiBlockMerge.ll @@ -9,7 +9,6 @@ define i32 @test(i1 %a, i1 %b) { O: ; preds = %0 br i1 %b, label %N, label %Q Q: ; preds = %O - call void @foo() br label %N N: ; preds = %Q, %O ; This block should be foldable into M @@ -21,4 +20,3 @@ M: ; preds = %N, %0 ret i32 %R } -declare void @foo() |

