aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/sccptest.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 09:21:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 09:21:47 +0000
commit9aafdcf20dee238d0e7f14d6723f5a401431fe91 (patch)
tree735b69193ec0ace1b26a3b334098b672c1606bd1 /test/Transforms/SCCP/sccptest.ll
parente9bbaa2293121f505f4ba62b1b919d4174d9c91a (diff)
downloadexternal_llvm-9aafdcf20dee238d0e7f14d6723f5a401431fe91.zip
external_llvm-9aafdcf20dee238d0e7f14d6723f5a401431fe91.tar.gz
external_llvm-9aafdcf20dee238d0e7f14d6723f5a401431fe91.tar.bz2
For PR1319:
Upgrade to use new Tcl exec based test harness. This exposes 3 bugs that were previously not being reported: test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll test/Transforms/GlobalOpt/memset.ll test/Transforms/IndVarsSimplify/exit_value_tests.llx git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SCCP/sccptest.ll')
-rw-r--r--test/Transforms/SCCP/sccptest.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/sccptest.ll b/test/Transforms/SCCP/sccptest.ll
index 6fae7ce..f0a8244 100644
--- a/test/Transforms/SCCP/sccptest.ll
+++ b/test/Transforms/SCCP/sccptest.ll
@@ -1,7 +1,8 @@
; 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: llvm-upgrade < %s | llvm-as | opt -sccp -constprop -dce -cfgsimplify | llvm-dis | not grep BB3
+; RUN: llvm-upgrade < %s | llvm-as | opt -sccp -constprop -dce -simplifycfg | \
+; RUN: llvm-dis | not grep BB3
int %testfunction(int %i0, int %j0) {
BB1: