[llvm-commits] [llvm] r108491 - /llvm/trunk/test/Transforms/IndVarSimplify/uglygep.ll

Dan Gohman gohman at apple.com
Thu Jul 15 18:28:45 PDT 2010


Author: djg
Date: Thu Jul 15 20:28:45 2010
New Revision: 108491

URL: http://llvm.org/viewvc/llvm-project?rev=108491&view=rev
Log:
Fix this test.

Modified:
    llvm/trunk/test/Transforms/IndVarSimplify/uglygep.ll

Modified: llvm/trunk/test/Transforms/IndVarSimplify/uglygep.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IndVarSimplify/uglygep.ll?rev=108491&r1=108490&r2=108491&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/IndVarSimplify/uglygep.ll (original)
+++ llvm/trunk/test/Transforms/IndVarSimplify/uglygep.ll Thu Jul 15 20:28:45 2010
@@ -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.





More information about the llvm-commits mailing list