diff options
Diffstat (limited to 'include/llvm/CodeGen/LiveRangeEdit.h')
| -rw-r--r-- | include/llvm/CodeGen/LiveRangeEdit.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/llvm/CodeGen/LiveRangeEdit.h b/include/llvm/CodeGen/LiveRangeEdit.h index def7b00ce761..8a32a3c11a82 100644 --- a/include/llvm/CodeGen/LiveRangeEdit.h +++ b/include/llvm/CodeGen/LiveRangeEdit.h @@ -83,7 +83,7 @@ private:    /// allUsesAvailableAt - Return true if all registers used by OrigMI at    /// OrigIdx are also available with the same value at UseIdx.    bool allUsesAvailableAt(const MachineInstr *OrigMI, SlotIndex OrigIdx, -                          SlotIndex UseIdx); +                          SlotIndex UseIdx) const;    /// foldAsLoad - If LI has a single use and a single def that can be folded as    /// a load, eliminate the register by folding the def into the use. | 
