Maximally group commands. When all instructions within a command set have a
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.h
index 5def47efddda3faf97c075f0187702b55f3eda7a..7932b1a6933434fd01d216fa677a4105bdd09818 100644 (file)
@@ -43,7 +43,8 @@ private:
       return I->second;
     }
     void FindUniqueOperandCommands(std::vector<std::string> &UOC,
-                                   std::vector<unsigned> &InstIdxs) const;
+                                   std::vector<unsigned> &InstIdxs,
+                                   std::vector<unsigned> &InstOpsUsed) const;
   };
 }
 #endif