summaryrefslogtreecommitdiff
path: root/test/Transforms/LICM/2007-09-17-PromoteValue.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/2007-09-17-PromoteValue.ll')
-rw-r--r--test/Transforms/LICM/2007-09-17-PromoteValue.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2007-09-17-PromoteValue.ll b/test/Transforms/LICM/2007-09-17-PromoteValue.ll
index e9ba9e16318f..31abd8c180a5 100644
--- a/test/Transforms/LICM/2007-09-17-PromoteValue.ll
+++ b/test/Transforms/LICM/2007-09-17-PromoteValue.ll
@@ -2,7 +2,7 @@
; Do not promote getelementptr because it may exposes load from a null pointer
; and store from a null pointer which are covered by
; icmp eq %struct.decision* null, null condition.
-; RUN: llvm-as < %s | opt -licm | llvm-dis | not grep promoted
+; RUN: opt < %s -licm -S | not grep promoted
%struct.decision = type { i8, %struct.decision* }
define i32 @main() {