[llvm-commits] [llvm] r81531 - /llvm/trunk/test/Transforms/LoopDeletion/dcetest.ll

Chris Lattner sabre at nondot.org
Fri Sep 11 10:07:01 PDT 2009


Author: lattner
Date: Fri Sep 11 12:07:01 2009
New Revision: 81531

URL: http://llvm.org/viewvc/llvm-project?rev=81531&view=rev
Log:
another random update

Modified:
    llvm/trunk/test/Transforms/LoopDeletion/dcetest.ll

Modified: llvm/trunk/test/Transforms/LoopDeletion/dcetest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopDeletion/dcetest.ll?rev=81531&r1=81530&r2=81531&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/LoopDeletion/dcetest.ll (original)
+++ llvm/trunk/test/Transforms/LoopDeletion/dcetest.ll Fri Sep 11 12:07:01 2009
@@ -1,7 +1,7 @@
 ; This is the test case taken from Appel's book that illustrates a hard case
 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
 ;
-; RUN: opt %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br
+; RUN: opt < %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br
 
 define i32 @"test function"(i32 %i0, i32 %j0) {
 BB1:





More information about the llvm-commits mailing list