summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authoratrick <atrick@91177308-0d34-0410-b5e6-96231b3b80d8>2012-09-17 22:19:04 +0000
committeratrick <atrick@91177308-0d34-0410-b5e6-96231b3b80d8>2012-09-17 22:19:04 +0000
commit1b87921dcbbf68046151dafabd73485be6016211 (patch)
treeba1adbc4dd9df5081143916d0b52722c489bbd2e /utils
parentc303f5f84ee2ac5621d6261b4ce6790aaef6148f (diff)
comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164064 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/CodeGenSchedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenSchedule.h b/utils/TableGen/CodeGenSchedule.h
index 0c86944227..dd0bf72276 100644
--- a/utils/TableGen/CodeGenSchedule.h
+++ b/utils/TableGen/CodeGenSchedule.h
@@ -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;