diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/preserve-gep.ll')
-rw-r--r-- | llvm/test/Transforms/IndVarSimplify/preserve-gep.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/preserve-gep.ll b/llvm/test/Transforms/IndVarSimplify/preserve-gep.ll index 0bb338a8c31..8781d748fa6 100644 --- a/llvm/test/Transforms/IndVarSimplify/preserve-gep.ll +++ b/llvm/test/Transforms/IndVarSimplify/preserve-gep.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -indvars | llvm-dis > %t +; RUN: opt %s -indvars -S > %t ; RUN: not grep ptrtoint %t ; RUN: not grep inttoptr %t ; RUN: grep getelementptr %t | count 1 |