diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-01-29 23:19:43 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-01-29 23:19:43 +0000 |
commit | 7ebe88a06aa2a07c1a6d50d6abb5114bd20da6c9 (patch) | |
tree | 522d5fe55026e7e0caea95c9f4df31edcc4eb28c /utils | |
parent | 3d251854480629945c95686c4dc2776483239e5b (diff) | |
download | external_llvm-7ebe88a06aa2a07c1a6d50d6abb5114bd20da6c9.zip external_llvm-7ebe88a06aa2a07c1a6d50d6abb5114bd20da6c9.tar.gz external_llvm-7ebe88a06aa2a07c1a6d50d6abb5114bd20da6c9.tar.bz2 |
Explain why this is here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/TableGen/DAGISelEmitter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/DAGISelEmitter.cpp b/utils/TableGen/DAGISelEmitter.cpp index ace15e5..773b06a 100644 --- 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()); |