diff options
author | Dan Gohman <gohman@apple.com> | 2009-10-29 18:10:34 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-10-29 18:10:34 +0000 |
commit | 453d64c9f5d128787ea6bc8ef7493bdd718e799c (patch) | |
tree | 6e1bdfd631d05061cc655800cf45b75b4ac78cf6 /llvm/docs | |
parent | ba91b89711c5dde1f52817792bed3efa5f54580b (diff) | |
download | bcm5719-llvm-453d64c9f5d128787ea6bc8ef7493bdd718e799c.tar.gz bcm5719-llvm-453d64c9f5d128787ea6bc8ef7493bdd718e799c.zip |
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
bunch of associated comments, because it doesn't have anything to do
with DAGs or scheduling. This is another step in decoupling MachineInstr
emitting from scheduling.
llvm-svn: 85517
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/TableGenFundamentals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html index 994484f250d..ade4bf67df5 100644 --- a/llvm/docs/TableGenFundamentals.html +++ b/llvm/docs/TableGenFundamentals.html @@ -151,7 +151,7 @@ file prints this (at the time of this writing):</p> <b>bit</b> isReMaterializable = 0; <b>bit</b> isPredicable = 0; <b>bit</b> hasDelaySlot = 0; - <b>bit</b> usesCustomDAGSchedInserter = 0; + <b>bit</b> usesCustomInserter = 0; <b>bit</b> hasCtrlDep = 0; <b>bit</b> isNotDuplicable = 0; <b>bit</b> hasSideEffects = 0; |