aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/Spiller.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-06-30 23:03:52 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-06-30 23:03:52 +0000
commit9e55afbf88f4853ac94b6a0ac021a89c5c929d6b (patch)
tree4c207d05015059aa1e429d88a961f2aa9b4c341e /lib/CodeGen/Spiller.h
parentd9e3b2b547ea4edcf51b2d4a21bcc05ba10e4ef8 (diff)
Add support for rematerialization to InlineSpiller.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107351 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Spiller.h')
-rw-r--r--lib/CodeGen/Spiller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/Spiller.h b/lib/CodeGen/Spiller.h
index 02decad41a..450447b393 100644
--- a/lib/CodeGen/Spiller.h
+++ b/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).