diff options
Diffstat (limited to 'test/Transforms/GVNPRE/basic.ll')
-rw-r--r-- | test/Transforms/GVNPRE/basic.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/GVNPRE/basic.ll b/test/Transforms/GVNPRE/basic.ll index 89245faf61..c7c3f10678 100644 --- a/test/Transforms/GVNPRE/basic.ll +++ b/test/Transforms/GVNPRE/basic.ll @@ -1,5 +1,5 @@ -; RUN: opt %s -gvnpre -S | not grep {%z3 =} -; RUN: opt %s -gvnpre -S | not grep {%z9 =} +; RUN: opt < %s -gvnpre -S | not grep {%z3 =} +; RUN: opt < %s -gvnpre -S | not grep {%z9 =} define i32 @main() { block1: |