add missing point at the end of sentences
[oota-llvm.git] / utils / TableGen / DFAPacketizerEmitter.h
index f180fc69b91339888685a399cf19008d151f4e15..9a13e78c5deab9fcd394f3ae178695e6cf166c00 100644 (file)
 namespace llvm {
 //
 // class DFAGen: class that generates and prints out the DFA for resource
-// tracking
+// tracking.
 //
 class DFAGen : public TableGenBackend {
 private:
   std::string TargetName;
   //
   // allInsnClasses is the set of all possible resources consumed by an
-  // InstrStage
+  // InstrStage.
   //
   DenseSet<unsigned> allInsnClasses;
   RecordKeeper &Records;