aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-16 01:28:45 +0000
committerDan Gohman <gohman@apple.com>2010-07-16 01:28:45 +0000
commit2969016070111ab5a22f29b9f6becad1769fc0f7 (patch)
tree19dcc8ce031bd4764fc0286fdfe6ae75758c536f /test/Transforms
parentbdc09d9b0943a8c5cee29c4f87666eaa97e081d4 (diff)
downloadexternal_llvm-2969016070111ab5a22f29b9f6becad1769fc0f7.zip
external_llvm-2969016070111ab5a22f29b9f6becad1769fc0f7.tar.gz
external_llvm-2969016070111ab5a22f29b9f6becad1769fc0f7.tar.bz2
Fix this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/IndVarSimplify/uglygep.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/uglygep.ll b/test/Transforms/IndVarSimplify/uglygep.ll
index 469b7c0..0014b68 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.