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:
31b6dda
)
Fix a serious bug that caused any x86 vector stuff to infinite loop
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Oct 2006 06:15:26 +0000
(06:15 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 28 Oct 2006 06:15:26 +0000
(06:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31254
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 6b1a1e15daa2b5ae3960e9e40b42b21759972aa6..e2f8e9923703a62e8fedd84ebe3d342d31c56abe 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@
-331,7
+331,7
@@
static void AddNodeIDNode(FoldingSetNodeID &ID,
SDOperand Op1, SDOperand Op2, SDOperand Op3) {
AddNodeIDOpcode(ID, OpC);
AddNodeIDValueTypes(ID, VTList);
- AddNodeIDOperands(ID, Op1, Op2);
+ AddNodeIDOperands(ID, Op1, Op2
, Op3
);
}
static void AddNodeIDNode(FoldingSetNodeID &ID,
unsigned short OpC, SDVTList VTList,