summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenSchedule.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-09-18 04:03:30 +0000
committerAndrew Trick <atrick@apple.com>2012-09-18 04:03:30 +0000
commitea28dbdf9353f6507daf7626793b8f2b585156ef (patch)
tree619e99d33076e04e963d01c023c5b804f023dc04 /llvm/utils/TableGen/CodeGenSchedule.h
parenta88f1bddc6824452feac672051e432ad2ef3a1cc (diff)
downloadbcm5719-llvm-ea28dbdf9353f6507daf7626793b8f2b585156ef.tar.gz
bcm5719-llvm-ea28dbdf9353f6507daf7626793b8f2b585156ef.zip
comment typo
llvm-svn: 164097
Diffstat (limited to 'llvm/utils/TableGen/CodeGenSchedule.h')
-rw-r--r--llvm/utils/TableGen/CodeGenSchedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenSchedule.h b/llvm/utils/TableGen/CodeGenSchedule.h
index 0c86944227d..dd0bf72276a 100644
--- a/llvm/utils/TableGen/CodeGenSchedule.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud