summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/sink_instruction.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/sink_instruction.ll')
-rw-r--r--test/Transforms/InstCombine/sink_instruction.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/sink_instruction.ll b/test/Transforms/InstCombine/sink_instruction.ll
index e521de208f..5c4019a98d 100644
--- a/test/Transforms/InstCombine/sink_instruction.ll
+++ b/test/Transforms/InstCombine/sink_instruction.ll
@@ -1,4 +1,4 @@
-; RUN: opt -instcombine %s -S | FileCheck %s
+; RUN: opt -instcombine -S < %s | FileCheck %s
;; This tests that the instructions in the entry blocks are sunk into each
;; arm of the 'if'.