diff options
author | Chris Lattner <sabre@nondot.org> | 2005-12-18 21:06:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-12-18 21:06:11 +0000 |
commit | cf198eca97af9a939decdc4866398bcc7b370ac6 (patch) | |
tree | 29969455777acd8757168f54de311d250a993382 | |
parent | 5216c698de4cd1d06827bd3703eda0a2cb15c395 (diff) |
This is handled by the autogen'd code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24834 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index 7087655235..ce2b178445 100644 --- a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp @@ -864,7 +864,6 @@ SDOperand PPCDAGToDAGISel::Select(SDOperand Op) { switch (N->getOpcode()) { default: break; - case ISD::BasicBlock: return CodeGenMap[Op] = Op; case ISD::DYNAMIC_STACKALLOC: return SelectDYNAMIC_STACKALLOC(Op); case ISD::ADD_PARTS: return SelectADD_PARTS(Op); case ISD::SUB_PARTS: return SelectSUB_PARTS(Op); |