summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-11 17:07:01 +0000
committerChris Lattner <sabre@nondot.org>2009-09-11 17:07:01 +0000
commit7158513fe0878a1c3e2081f297cba0bca65b0419 (patch)
tree58b9418fab3aba82caab4754661a197f32bc757a /llvm/test
parent7730dcc858e6d9828f0321168e55177b0db992d1 (diff)
downloadbcm5719-llvm-7158513fe0878a1c3e2081f297cba0bca65b0419.tar.gz
bcm5719-llvm-7158513fe0878a1c3e2081f297cba0bca65b0419.zip
another random update
llvm-svn: 81531
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/LoopDeletion/dcetest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopDeletion/dcetest.ll b/llvm/test/Transforms/LoopDeletion/dcetest.ll
index b7512445326..f1e793de03d 100644
--- a/llvm/test/Transforms/LoopDeletion/dcetest.ll
+++ b/llvm/test/Transforms/LoopDeletion/dcetest.ll
@@ -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:
OpenPOWER on IntegriCloud