From bde96ad23e00dab05d25fea8b4febc02c5aa7983 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Wed, 30 Jun 2010 23:03:52 +0000 Subject: Add support for rematerialization to InlineSpiller. llvm-svn: 107351 --- llvm/lib/CodeGen/Spiller.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/CodeGen/Spiller.h') 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). -- cgit v1.2.3