From: Bill Wendling Date: Wed, 3 Aug 2011 01:07:57 +0000 (+0000) Subject: Add this back in for now. There are still a few passes which create unwind instructio... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d0c0d444592a0fea209ea99ebcd1be274eee6692;p=oota-llvm.git Add this back in for now. There are still a few passes which create unwind instructions at the moment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136756 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/PathNumbering.cpp b/lib/Analysis/PathNumbering.cpp index 070836529c0..0e3b6e69ce3 100644 --- a/lib/Analysis/PathNumbering.cpp +++ b/lib/Analysis/PathNumbering.cpp @@ -387,7 +387,7 @@ void BallLarusDag::buildNode(BLBlockNodeMap& inDag, BLNodeStack& dfsStack) { TerminatorInst* terminator = currentNode->getBlock()->getTerminator(); if(isa(terminator) || isa(terminator) - || isa(terminator)) + || isa(terminator) || isa(terminator)) addEdge(currentNode, getExit(),0); currentNode->setColor(BallLarusNode::GRAY);