aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/nottest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/nottest.ll')
-rw-r--r--test/Transforms/ConstProp/nottest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/nottest.ll b/test/Transforms/ConstProp/nottest.ll
index f7a18d45c3..799cecaae6 100644
--- a/test/Transforms/ConstProp/nottest.ll
+++ b/test/Transforms/ConstProp/nottest.ll
@@ -1,6 +1,6 @@
; Ensure constant propogation of 'not' instructions is working correctly.
-; RUN: opt %s -constprop -die -S | not grep xor
+; RUN: opt < %s -constprop -die -S | not grep xor
define i32 @test1() {
%R = xor i32 4, -1 ; <i32> [#uses=1]