summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/lpre-call-wrap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/lpre-call-wrap.ll')
-rw-r--r--test/Transforms/GVN/lpre-call-wrap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/lpre-call-wrap.ll b/test/Transforms/GVN/lpre-call-wrap.ll
index 40462798b5..0646f3fe0a 100644
--- a/test/Transforms/GVN/lpre-call-wrap.ll
+++ b/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.