diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/max-pointer.ll')
-rw-r--r-- | llvm/test/Transforms/IndVarSimplify/max-pointer.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/max-pointer.ll b/llvm/test/Transforms/IndVarSimplify/max-pointer.ll index 644e3ec071d..71bc720d5e9 100644 --- a/llvm/test/Transforms/IndVarSimplify/max-pointer.ll +++ b/llvm/test/Transforms/IndVarSimplify/max-pointer.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -indvars -S > %t +; RUN: opt < %s -indvars -S > %t ; RUN: grep {icmp ugt i8\\\*} %t | count 1 ; RUN: grep {icmp sgt i8\\\*} %t | count 1 |