diff options
-rw-r--r-- | test/Transforms/IndVarSimplify/uglygep.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/uglygep.ll b/test/Transforms/IndVarSimplify/uglygep.ll index 469b7c0ffd..0014b683db 100644 --- a/test/Transforms/IndVarSimplify/uglygep.ll +++ b/test/Transforms/IndVarSimplify/uglygep.ll @@ -1,4 +1,4 @@ -; RUN: opt -indvars -S | not grep uglygep +; RUN: opt -indvars -S < %s | not grep uglygep ; rdar://8197217 ; Indvars should be able to emit a clean GEP here, not an uglygep. |