VLOAD is not the LoadSDNode opcode.
authorEvan Cheng <evan.cheng@apple.com>
Sun, 29 Oct 2006 06:14:47 +0000 (06:14 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 29 Oct 2006 06:14:47 +0000 (06:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31276 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index b9b9ef0af7b26bf4980ce1c94fe4c0aaa84913ad..4b2f28396b209da50a0d1bdf5f654301cc3aaca0 100644 (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());