diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-11 17:07:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-11 17:07:01 +0000 |
commit | fe7ed54bd19fceebdf98f3420567afacf9674904 (patch) | |
tree | 7369a859c65fdd47f1e33c8954f37362b87204a1 /test | |
parent | c9f609938abc0aa496f65cec8baaccca78b4af81 (diff) | |
download | external_llvm-fe7ed54bd19fceebdf98f3420567afacf9674904.zip external_llvm-fe7ed54bd19fceebdf98f3420567afacf9674904.tar.gz external_llvm-fe7ed54bd19fceebdf98f3420567afacf9674904.tar.bz2 |
another random update
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/LoopDeletion/dcetest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopDeletion/dcetest.ll b/test/Transforms/LoopDeletion/dcetest.ll index b751244..f1e793d 100644 --- a/test/Transforms/LoopDeletion/dcetest.ll +++ b/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: |