summaryrefslogtreecommitdiff
path: root/test/Transforms/LICM/2003-05-02-LoadHoist.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/2003-05-02-LoadHoist.ll')
-rw-r--r--test/Transforms/LICM/2003-05-02-LoadHoist.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2003-05-02-LoadHoist.ll b/test/Transforms/LICM/2003-05-02-LoadHoist.ll
index e316bae3c3..022da994e8 100644
--- a/test/Transforms/LICM/2003-05-02-LoadHoist.ll
+++ b/test/Transforms/LICM/2003-05-02-LoadHoist.ll
@@ -3,7 +3,7 @@
; loaded from. Basically if the load gets hoisted, the subtract gets turned
; into a constant zero.
;
-; RUN: opt %s -licm -gvn -instcombine | llvm-dis | grep load
+; RUN: opt %s -licm -gvn -instcombine -S | grep load
@X = global i32 7 ; <i32*> [#uses=2]