Close list item tag, to conform with the style in this file. It's optional
[oota-llvm.git] / utils / TableGen / DAGISelEmitter.cpp
index 14b261a1d482cfad4c134ffbcbb7794daf957df6..43513525579aaed2f8cc5f42fe453b51f73e128b 100644 (file)
@@ -978,7 +978,8 @@ public:
           emitCode("}");
         }
         emitCode("InChains.push_back(" + ChainName + ");");
-        emitCode(ChainName + " = CurDAG->getNode(ISD::TokenFactor, MVT::Other, "
+        emitCode(ChainName + " = CurDAG->getNode(ISD::TokenFactor, "
+                 "N.getDebugLoc(), MVT::Other, "
                  "&InChains[0], InChains.size());");
         if (GenDebug) {
           emitCode("CurDAG->setSubgraphColor(" + ChainName +".getNode(), \"yellow\");");