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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164064 91177308-0d34-0410-b5e6-96231b3b80d8

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;