forked from OSchip/llvm-project
Remove spurious case. EXTLOAD is not one of the node opcodes.
llvm-svn: 31275
This commit is contained in:
parent
bba52191fa
commit
dc146a9fb9
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue