comment typo
authorAndrew Trick <atrick@apple.com>
Mon, 17 Sep 2012 22:19:04 +0000 (22:19 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 17 Sep 2012 22:19:04 +0000 (22:19 +0000)
llvm-svn: 164064

llvm/utils/TableGen/CodeGenSchedule.h

index 0c86944..dd0bf72 100644 (file)
@@ -83,7 +83,7 @@ struct CodeGenSchedRW {
 #endif
 };
 
-/// Represent a transition between SchedClasses induced by SchedWriteVariant.
+/// Represent a transition between SchedClasses induced by SchedVariant.
 struct CodeGenSchedTransition {
   unsigned ToClassIdx;
   IdxVec ProcIndices;