diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2006-10-29 02:26:30 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2006-10-29 02:26:30 +0000 |
| commit | dc146a9fb9a08d07aab1c548d0ac8873fc0a9d4c (patch) | |
| tree | 70ff36fd3fb47954b34a7783ca80010c6df2af5d /llvm/lib | |
| parent | bba52191fab94e8d9c257562e6656f259eebe67a (diff) | |
| download | bcm5719-llvm-dc146a9fb9a08d07aab1c548d0ac8873fc0a9d4c.tar.gz bcm5719-llvm-dc146a9fb9a08d07aab1c548d0ac8873fc0a9d4c.zip | |
Remove spurious case. EXTLOAD is not one of the node opcodes.
llvm-svn: 31275
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index e1fda39b572..b9b9ef0af7b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -401,7 +401,6 @@ static void AddNodeIDNode(FoldingSetNodeID &ID, SDNode *N) { break; } case ISD::VLOAD: - case ISD::EXTLOAD: case ISD::LOAD: { LoadSDNode *LD = cast<LoadSDNode>(N); ID.AddInteger(LD->getAddressingMode()); |

