aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll')
-rw-r--r--test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll b/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
index fdd8dc3..6d2193f 100644
--- a/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
+++ b/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -disable-output
+; RUN: opt < %s -instcombine -disable-output
; SimplifyDemandedBits should cope with pointer types.