summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GVN/lpre-call-wrap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/GVN/lpre-call-wrap.ll')
-rw-r--r--llvm/test/Transforms/GVN/lpre-call-wrap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GVN/lpre-call-wrap.ll b/llvm/test/Transforms/GVN/lpre-call-wrap.ll
index 40462798b53..0646f3fe0aa 100644
--- a/llvm/test/Transforms/GVN/lpre-call-wrap.ll
+++ b/llvm/test/Transforms/GVN/lpre-call-wrap.ll
@@ -1,4 +1,4 @@
-; RUN: opt -S -gvn -enable-load-pre %s | FileCheck %s
+; RUN: opt -S -gvn -enable-load-pre < %s | FileCheck %s
;
; Make sure the load in bb3.backedge is removed and moved into bb1 after the
; call. This makes the non-call case faster.
OpenPOWER on IntegriCloud