projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6aaaaa
)
VLOAD is not the LoadSDNode opcode.
author
Evan Cheng
<evan.cheng@apple.com>
Sun, 29 Oct 2006 06:14:47 +0000
(06:14 +0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index b9b9ef0af7b26bf4980ce1c94fe4c0aaa84913ad..4b2f28396b209da50a0d1bdf5f654301cc3aaca0 100644
(file)
--- 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());