summaryrefslogtreecommitdiffstats
path: root/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll')
-rw-r--r--test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll b/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll
index 4521581..1cf0729 100644
--- a/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll
+++ b/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll
@@ -1,6 +1,6 @@
; This situation can occur due to the funcresolve pass.
;
-; RUN: llvm-as < %s | opt -raiseallocs | llvm-dis | not grep call
+; RUN: opt < %s -raiseallocs -S | not grep call
declare void @free(i8*)
OpenPOWER on IntegriCloud