diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-05-22 15:49:14 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-05-22 15:49:14 +0000 |
| commit | 4dd6620dae38b5c487d78fb53aefa8569a3e8ef8 (patch) | |
| tree | d06f4d519acbcd8b965a9896f641e85360e76f89 | |
| parent | 279aa6eb45ce3eb3e24f57879d9afbabd0f6c530 (diff) | |
| download | bcm5719-llvm-4dd6620dae38b5c487d78fb53aefa8569a3e8ef8.tar.gz bcm5719-llvm-4dd6620dae38b5c487d78fb53aefa8569a3e8ef8.zip | |
Must run cfgsimplify to eliminate dead blocks
llvm-svn: 2706
| -rw-r--r-- | llvm/test/Regression/Transforms/SCCP/sccptest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/SCCP/sccptest.ll b/llvm/test/Regression/Transforms/SCCP/sccptest.ll index 7f39b6cc6cd..20361f7d71d 100644 --- a/llvm/test/Regression/Transforms/SCCP/sccptest.ll +++ b/llvm/test/Regression/Transforms/SCCP/sccptest.ll @@ -1,7 +1,7 @@ ; This is the test case taken from appel's book that illustrates a hard case ; that SCCP gets right. BB3 should be completely eliminated. ; -; RUN: if as < %s | opt -sccp -constprop -dce | dis | grep BB3 +; RUN: if as < %s | opt -sccp -constprop -dce -cfgsimplify | dis | grep BB3 ; RUN: then exit 1 ; RUN: else exit 0 ; RUN: fi |

