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:
b1b4c01
)
Eliminate some unnecessary implicit constructors in generated DAG ISel code.
author
Owen Anderson
<resistor@mac.com>
Fri, 11 Sep 2009 09:01:57 +0000
(09:01 +0000)
committer
Owen Anderson
<resistor@mac.com>
Fri, 11 Sep 2009 09:01:57 +0000
(09:01 +0000)
Partial fix for PR4946.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81518
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/DAGISelEmitter.cpp
b/utils/TableGen/DAGISelEmitter.cpp
index
95df746
..
d4cd166
100644
(file)
--- a/
utils/TableGen/DAGISelEmitter.cpp
+++ b/
utils/TableGen/DAGISelEmitter.cpp
@@
-1776,7
+1776,7
@@
void DAGISelEmitter::EmitInstructionSelector(raw_ostream &OS) {
CallerCode += ", " + TargetOpcodes[j];
}
for (unsigned j = 0, e = TargetVTs.size(); j != e; ++j) {
- CalleeCode += ",
EVT
VT" + utostr(j);
+ CalleeCode += ",
MVT::SimpleValueType
VT" + utostr(j);
CallerCode += ", " + TargetVTs[j];
}
for (std::set<std::string>::iterator