From: Evan Cheng Date: Sun, 29 Oct 2006 06:14:47 +0000 (+0000) Subject: VLOAD is not the LoadSDNode opcode. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ba726ab3ec88b3b149b4caa34dec5ade5a3a7f89;p=oota-llvm.git VLOAD is not the LoadSDNode opcode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31276 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index b9b9ef0af7b..4b2f28396b2 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -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(N); ID.AddInteger(LD->getAddressingMode());