[PGO] Rename the profdata filename to avoid the conflict b/w tests.
[oota-llvm.git] / test / Transforms / Inline / cfg_preserve_test.ll
index 6b6ff18ecfd0a3aabf54a506db232dee8bc628ab..9597109dff0be15e049b176478778c9d93018de3 100644 (file)
@@ -1,6 +1,6 @@
 ; This test ensures that inlining an "empty" function does not destroy the CFG
 ;
-; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep br
+; RUN: opt < %s -inline -S | not grep br
 
 define i32 @func(i32 %i) {
         ret i32 %i