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:
bad7f48
)
Remove spurious case. EXTLOAD is not one of the node opcodes.
author
Nick Lewycky
<nicholas@mxc.ca>
Sun, 29 Oct 2006 02:26:30 +0000
(
02:26
+0000)
committer
Nick 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index e1fda39b572b672e219149116700c13375a65d47..b9b9ef0af7b26bf4980ce1c94fe4c0aaa84913ad 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@
-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());