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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164097 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;