diff options
Diffstat (limited to 'llvm/lib/CodeGen/LiveRangeCalc.h')
-rw-r--r-- | llvm/lib/CodeGen/LiveRangeCalc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveRangeCalc.h b/llvm/lib/CodeGen/LiveRangeCalc.h index 7a371c16d38..69c7f765e6b 100644 --- a/llvm/lib/CodeGen/LiveRangeCalc.h +++ b/llvm/lib/CodeGen/LiveRangeCalc.h @@ -33,7 +33,7 @@ class MachineDominatorTree; template <class NodeT> class DomTreeNodeBase; typedef DomTreeNodeBase<MachineBasicBlock> MachineDomTreeNode; -class LLVM_LIBRARY_VISIBILITY LiveRangeCalc { +class LiveRangeCalc { const MachineFunction *MF; const MachineRegisterInfo *MRI; SlotIndexes *Indexes; |