[PM] Port SimplifyCFG to the new pass manager.
[oota-llvm.git] / test / Transforms / SimplifyCFG / basictest.ll
index 5de7cc5e31d5c7ab254cc084b7a4a589bc2b5577..5d9dad4cf7e7933c5973601cb0f7f7b149b47549 100644 (file)
@@ -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