Update comment.
authorBill Wendling <isanbard@gmail.com>
Fri, 16 Jul 2010 23:10:00 +0000 (23:10 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 16 Jul 2010 23:10:00 +0000 (23:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108571 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/AsmWriterEmitter.cpp

index 1e95467a3b2cf8eb90983ed0f233de82420b2b8a..23f13c2ae2d492526e8f769695c5a3bb5fbebc34 100644 (file)
@@ -115,7 +115,7 @@ FindUniqueOperandCommands(std::vector<std::string> &UniqueOperandCommands,
   
   for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) {
     const AsmWriterInst *Inst = getAsmWriterInstByID(i);
-    if (Inst == 0) continue;  // PHI, INLINEASM, DBG_LABEL, etc.
+    if (Inst == 0) continue;  // PHI, INLINEASM, PROLOG_LABEL, etc.
     
     std::string Command;
     if (Inst->Operands.empty())