diff options
Diffstat (limited to 'test/Transforms/PredicateSimplifier/2007-03-17-OpsToDefVRP.ll')
-rw-r--r-- | test/Transforms/PredicateSimplifier/2007-03-17-OpsToDefVRP.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/PredicateSimplifier/2007-03-17-OpsToDefVRP.ll b/test/Transforms/PredicateSimplifier/2007-03-17-OpsToDefVRP.ll index c820ae7e8b..aac8c0b3d2 100644 --- a/test/Transforms/PredicateSimplifier/2007-03-17-OpsToDefVRP.ll +++ b/test/Transforms/PredicateSimplifier/2007-03-17-OpsToDefVRP.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -predsimplify -S | grep -v %c +; RUN: opt < %s -predsimplify -S | grep -v %c define void @foo(i8* %X, i8* %Y) { entry: %A = load i8* %X |