commit | e076bb1e938aa9f97609c926590b1e176b0efbd2 | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Tue Sep 18 04:03:30 2012 +0000 |
committer | Andrew Trick <atrick@apple.com> | Tue Sep 18 04:03:30 2012 +0000 |
tree | 25702150e866f20f699d5e88dab21ed321014a1c | |
parent | e3dbc98a4fc2a31102e4ace6317eac9cf16afb9c [diff] [blame] |
comment typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164097 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeGenSchedule.h b/utils/TableGen/CodeGenSchedule.h index 0c86944..dd0bf72 100644 --- a/utils/TableGen/CodeGenSchedule.h +++ b/utils/TableGen/CodeGenSchedule.h
@@ -83,7 +83,7 @@ #endif }; -/// Represent a transition between SchedClasses induced by SchedWriteVariant. +/// Represent a transition between SchedClasses induced by SchedVariant. struct CodeGenSchedTransition { unsigned ToClassIdx; IdxVec ProcIndices;