summaryrefslogtreecommitdiff
path: root/utils
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
commite076bb1e938aa9f97609c926590b1e176b0efbd2 (patch)
tree25702150e866f20f699d5e88dab21ed321014a1c /utils
parente3dbc98a4fc2a31102e4ace6317eac9cf16afb9c (diff)
downloadllvm-e076bb1e938aa9f97609c926590b1e176b0efbd2.tar.gz
llvm-e076bb1e938aa9f97609c926590b1e176b0efbd2.tar.bz2
llvm-e076bb1e938aa9f97609c926590b1e176b0efbd2.tar.xz
comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164097 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;