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:
af399a6
)
Explain why this is here.
author
Bill Wendling
<isanbard@gmail.com>
Thu, 29 Jan 2009 23:19:43 +0000
(23:19 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Thu, 29 Jan 2009 23:19:43 +0000
(23:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63342
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 ace15e5180de86b9c0a25aa1060bf81b64e67cc2..773b06aa3946acd453f68f89ea8a1ea1b102c0cc 100644
(file)
--- a/
utils/TableGen/DAGISelEmitter.cpp
+++ b/
utils/TableGen/DAGISelEmitter.cpp
@@
-1060,6
+1060,7
@@
public:
std::string Code = "Opc" + utostr(OpcNo);
if (!isRoot || (InputHasChain && !NodeHasChain))
+ // For call to "getTargetNode()".
Code += ", N.getDebugLoc()";
emitOpcode(II.Namespace + "::" + II.TheDef->getName());