VLOAD is not the LoadSDNode opcode.

llvm-svn: 31276
This commit is contained in:
Evan Cheng 2006-10-29 06:14:47 +00:00
parent dc146a9fb9
commit 7ab6123c42
1 changed files with 0 additions and 1 deletions

View File

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