forked from OSchip/llvm-project
parent
dc146a9fb9
commit
7ab6123c42
|
@ -400,7 +400,6 @@ static void AddNodeIDNode(FoldingSetNodeID &ID, SDNode *N) {
|
|||
ID.AddPointer(CP->getConstVal());
|
||||
break;
|
||||
}
|
||||
case ISD::VLOAD:
|
||||
case ISD::LOAD: {
|
||||
LoadSDNode *LD = cast<LoadSDNode>(N);
|
||||
ID.AddInteger(LD->getAddressingMode());
|
||||
|
|
Loading…
Reference in New Issue