diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-06-30 23:03:52 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-06-30 23:03:52 +0000 |
commit | bde96ad23e00dab05d25fea8b4febc02c5aa7983 (patch) | |
tree | 41fa58f5024c6535797813388031ef45e7826207 /llvm/lib/CodeGen/Spiller.h | |
parent | dda4f7b520827fb1cce38dbef9a00758067df99a (diff) | |
download | bcm5719-llvm-bde96ad23e00dab05d25fea8b4febc02c5aa7983.tar.gz bcm5719-llvm-bde96ad23e00dab05d25fea8b4febc02c5aa7983.zip |
Add support for rematerialization to InlineSpiller.
llvm-svn: 107351
Diffstat (limited to 'llvm/lib/CodeGen/Spiller.h')
-rw-r--r-- | llvm/lib/CodeGen/Spiller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/Spiller.h b/llvm/lib/CodeGen/Spiller.h index 02decad41ab..450447b3933 100644 --- a/llvm/lib/CodeGen/Spiller.h +++ b/llvm/lib/CodeGen/Spiller.h @@ -37,8 +37,8 @@ namespace llvm { /// the Spiller implementation selected. /// /// @param li The live interval to be spilled. - /// @param spillIs An essential hook into the register allocator guts - /// that perhaps serves a purpose(?!) + /// @param spillIs A list of intervals that are about to be spilled, + /// and so cannot be used for remat etc. /// @param newIntervals The newly created intervals will be appended here. /// @param earliestIndex The earliest point for splitting. (OK, it's another /// pointer to the allocator guts). |