From 2969016070111ab5a22f29b9f6becad1769fc0f7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 16 Jul 2010 01:28:45 +0000 Subject: [PATCH] Fix this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108491 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/IndVarSimplify/uglygep.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/IndVarSimplify/uglygep.ll b/test/Transforms/IndVarSimplify/uglygep.ll index 469b7c0ffd8..0014b683db4 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. -- 2.11.0