diff options
Diffstat (limited to 'test/Transforms/GVN/mixed.ll')
-rw-r--r-- | test/Transforms/GVN/mixed.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/GVN/mixed.ll b/test/Transforms/GVN/mixed.ll index 5cba290f12..5152f68f0e 100644 --- a/test/Transforms/GVN/mixed.ll +++ b/test/Transforms/GVN/mixed.ll @@ -1,5 +1,5 @@ -; RUN: opt %s -gvn -S | not grep DEADLOAD -; RUN: opt %s -gvn -S | not grep DEADGEP +; RUN: opt < %s -gvn -S | not grep DEADLOAD +; RUN: opt < %s -gvn -S | not grep DEADGEP define i32 @main(i32** %p) { block1: |