1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Explain why this is here.

llvm-svn: 63342
This commit is contained in:
Bill Wendling 2009-01-29 23:19:43 +00:00
parent fe46e52119
commit da5e35aa5f

View File

@ -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());