diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-02-22 23:01:49 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-02-22 23:01:49 +0000 |
commit | fbad93fa131210ff5e2957d23767d5c261afc4cb (patch) | |
tree | cc6b35aaa981f070c0b164cf89b2b51c67d36db5 /llvm/lib/CodeGen | |
parent | 76b436e21de05ca8233a0395d8af6a935fe31837 (diff) | |
download | bcm5719-llvm-fbad93fa131210ff5e2957d23767d5c261afc4cb.tar.gz bcm5719-llvm-fbad93fa131210ff5e2957d23767d5c261afc4cb.zip |
80 Col.
llvm-svn: 126258
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/InlineSpiller.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/InlineSpiller.cpp b/llvm/lib/CodeGen/InlineSpiller.cpp index a1bd972d38e..ba37e544e7d 100644 --- a/llvm/lib/CodeGen/InlineSpiller.cpp +++ b/llvm/lib/CodeGen/InlineSpiller.cpp @@ -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); |