80 Col.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 22 Feb 2011 23:01:49 +0000 (23:01 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 22 Feb 2011 23:01:49 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126258 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InlineSpiller.cpp

index a1bd972d38e25a276377484aab9fe84c708d9073..ba37e544e7d8f0fba0108cbed053df189e47822d 100644 (file)
@@ -102,8 +102,7 @@ Spiller *createInlineSpiller(MachineFunctionPass &pass,
 }
 }
 
-/// reMaterializeFor - Attempt to rematerialize edit_->getReg() before MI instead of
-/// reloading it.
+/// reMaterializeFor - Attempt to rematerialize before MI instead of reloading.
 bool InlineSpiller::reMaterializeFor(MachineBasicBlock::iterator MI) {
   SlotIndex UseIdx = lis_.getInstructionIndex(MI).getUseIndex();
   VNInfo *OrigVNI = edit_->getParent().getVNInfoAt(UseIdx);