summaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/2009-06-17-InvalidPRE.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/2009-06-17-InvalidPRE.ll')
-rw-r--r--test/Transforms/GVN/2009-06-17-InvalidPRE.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/2009-06-17-InvalidPRE.ll b/test/Transforms/GVN/2009-06-17-InvalidPRE.ll
index c8982c8..6ac6072 100644
--- a/test/Transforms/GVN/2009-06-17-InvalidPRE.ll
+++ b/test/Transforms/GVN/2009-06-17-InvalidPRE.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -gvn -enable-load-pre | llvm-dis | not grep pre1
+; RUN: opt < %s -gvn -enable-load-pre -S | not grep pre1
; GVN load pre was hoisting the loads at %13 and %16 up to bb4.outer.
; This is invalid as it bypasses the check for %m.0.ph==null in bb4.
; ModuleID = 'mbuf.c'
OpenPOWER on IntegriCloud