diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2015-02-01 11:34:21 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2015-02-01 11:34:21 +0000 |
| commit | fdffd87d685e56f64fedb2761a169dd087966e70 (patch) | |
| tree | a7cf717b8f4bf1d3094e22d48b06fa843c3d3f4a /llvm/test/Transforms/SimplifyCFG | |
| parent | e8c686aa867eafa9c6e5639c515228dcb65fe807 (diff) | |
| download | bcm5719-llvm-fdffd87d685e56f64fedb2761a169dd087966e70.tar.gz bcm5719-llvm-fdffd87d685e56f64fedb2761a169dd087966e70.zip | |
[PM] Port SimplifyCFG to the new pass manager.
This should be sufficient to replace the initial (minor) function pass
pipeline in Clang with the new pass manager. I'll probably add an (off
by default) flag to do that just to ensure we can get extra testing.
llvm-svn: 227726
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG')
| -rw-r--r-- | llvm/test/Transforms/SimplifyCFG/basictest.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/basictest.ll b/llvm/test/Transforms/SimplifyCFG/basictest.ll index 5de7cc5e31d..5d9dad4cf7e 100644 --- a/llvm/test/Transforms/SimplifyCFG/basictest.ll +++ b/llvm/test/Transforms/SimplifyCFG/basictest.ll @@ -1,6 +1,7 @@ ; Test CFG simplify removal of branch instructions. ; ; RUN: opt < %s -simplifycfg -S | FileCheck %s +; RUN: opt < %s -passes=simplify-cfg -S | FileCheck %s define void @test1() { br label %1 |

