Remove spurious case. EXTLOAD is not one of the node opcodes.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 29 Oct 2006 02:26:30 +0000 (02:26 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 29 Oct 2006 02:26:30 +0000 (02:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31275 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

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