OSDN Git Service

another random update
authorChris Lattner <sabre@nondot.org>
Fri, 11 Sep 2009 17:07:01 +0000 (17:07 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 Sep 2009 17:07:01 +0000 (17:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81531 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopDeletion/dcetest.ll

index b751244..f1e793d 100644 (file)
@@ -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: