diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-10-29 06:14:47 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-10-29 06:14:47 +0000 |
commit | ba726ab3ec88b3b149b4caa34dec5ade5a3a7f89 (patch) | |
tree | c27b4152991f4b1ae831bb99d12cf3cf89471556 /lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | f6aaaaa39ef0901623965b9e8306c36a6d3bb89e (diff) |
VLOAD is not the LoadSDNode opcode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index b9b9ef0af7..4b2f28396b 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<LoadSDNode>(N); ID.AddInteger(LD->getAddressingMode()); |