comment typo
authorAndrew Trick <atrick@apple.com>
Tue, 18 Sep 2012 04:03:30 +0000 (04:03 +0000)
committerAndrew Trick <atrick@apple.com>
Tue, 18 Sep 2012 04:03:30 +0000 (04:03 +0000)
llvm-svn: 164097

llvm/utils/TableGen/CodeGenSchedule.h

index 0c86944227d88f2359644547712d133196539302..dd0bf72276a4c80544b704689aa515f439768d87 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;