Remove spurious case. EXTLOAD is not one of the node opcodes.

llvm-svn: 31275
This commit is contained in:
Nick Lewycky 2006-10-29 02:26:30 +00:00
parent bba52191fa
commit dc146a9fb9
1 changed files with 0 additions and 1 deletions

View File

@ -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());