aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/hoist_instr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/hoist_instr.ll')
-rw-r--r--test/Transforms/InstCombine/hoist_instr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/hoist_instr.ll b/test/Transforms/InstCombine/hoist_instr.ll
index d60363e666..fa451bcc72 100644
--- a/test/Transforms/InstCombine/hoist_instr.ll
+++ b/test/Transforms/InstCombine/hoist_instr.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | FileCheck %s
+; RUN: opt < %s -instcombine -S | FileCheck %s
;; This tests that the div is hoisted into the then block.
define i32 @foo(i1 %C, i32 %A, i32 %B) {