diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/preserve-gep-nested.ll')
| -rw-r--r-- | llvm/test/Transforms/IndVarSimplify/preserve-gep-nested.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/preserve-gep-nested.ll b/llvm/test/Transforms/IndVarSimplify/preserve-gep-nested.ll index a247f7b499d..bb0993c88ea 100644 --- a/llvm/test/Transforms/IndVarSimplify/preserve-gep-nested.ll +++ b/llvm/test/Transforms/IndVarSimplify/preserve-gep-nested.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -indvars -S > %t +; RUN: opt < %s -indvars -S > %t ; Exactly one getelementptr for each load+store. ; RUN: grep getelementptr %t | count 6 ; Each getelementptr using %struct.Q* %s as a base and not i8*. |

