summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-09-17 22:19:04 +0000
committerAndrew Trick <atrick@apple.com>2012-09-17 22:19:04 +0000
commitc00f4314ce0c4a4ceba380430e11cdeaa4064ceb (patch)
tree6b5b750a7ee22722c97dcc974c606d5656b44c4c /llvm/utils
parent36e07eb83eda3ddb73aee3d62f0206a7dcf7e366 (diff)
downloadbcm5719-llvm-c00f4314ce0c4a4ceba380430e11cdeaa4064ceb.tar.gz
bcm5719-llvm-c00f4314ce0c4a4ceba380430e11cdeaa4064ceb.zip
comment typo
llvm-svn: 164064
Diffstat (limited to 'llvm/utils')
-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