diff options
Diffstat (limited to 'test/Transforms/SCCP/apint-ipsccp4.ll')
-rw-r--r-- | test/Transforms/SCCP/apint-ipsccp4.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/SCCP/apint-ipsccp4.ll b/test/Transforms/SCCP/apint-ipsccp4.ll index 6ef6c30..75875ff 100644 --- a/test/Transforms/SCCP/apint-ipsccp4.ll +++ b/test/Transforms/SCCP/apint-ipsccp4.ll @@ -1,8 +1,8 @@ ; This test makes sure that these instructions are properly constant propagated. -; RUN: opt %s -ipsccp -S | not grep load -; RUN: opt %s -ipsccp -S | not grep add -; RUN: opt %s -ipsccp -S | not grep phi +; RUN: opt < %s -ipsccp -S | not grep load +; RUN: opt < %s -ipsccp -S | not grep add +; RUN: opt < %s -ipsccp -S | not grep phi @Y = constant [2 x { i212, float }] [ { i212, float } { i212 12, float 1.0 }, |