[PM] Port StripDeadPrototypes to the new pass manager
[oota-llvm.git] / test / Transforms / LowerExpectIntrinsic / basic.ll
index 73d9f44ee7e5e3516e31d6d455c768b53285769e..69e67cd7c1dd7ca628a1d027caa6d60cfde587ce 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt -lower-expect -strip-dead-prototypes -S -o - < %s | FileCheck %s
-; RUN: opt -S -passes=lower-expect < %s | opt -strip-dead-prototypes -S | FileCheck %s
+; RUN: opt -S -passes='function(lower-expect),strip-dead-prototypes' < %s | FileCheck %s
 
 ; CHECK-LABEL: @test1(
 define i32 @test1(i32 %x) nounwind uwtable ssp {