summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/PhiBlockMerge2.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/SimplifyCFG/PhiBlockMerge2.ll
parente9bbaa2293121f505f4ba62b1b919d4174d9c91a (diff)
downloadllvm-9aafdcf20dee238d0e7f14d6723f5a401431fe91.tar.gz
llvm-9aafdcf20dee238d0e7f14d6723f5a401431fe91.tar.bz2
llvm-9aafdcf20dee238d0e7f14d6723f5a401431fe91.tar.xz
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/SimplifyCFG/PhiBlockMerge2.ll')
-rw-r--r--test/Transforms/SimplifyCFG/PhiBlockMerge2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll b/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
index 7e80677bc7..01060ed4ca 100644
--- a/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
+++ b/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
@@ -2,7 +2,7 @@
; where the mergedinto block doesn't have any PHI nodes, and is in fact
; dominated by the block-to-be-eliminated
;
-; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | not grep 'N:'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | not grep N:
;
int %test(bool %a, bool %b) {