mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Explain why this is here.
llvm-svn: 63342
This commit is contained in:
parent
fe46e52119
commit
da5e35aa5f
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user