From 966772931eea7cdc3cdd7199e304d667aa344bd7 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Mon, 14 Oct 2013 22:18:59 +0000 Subject: LiveRegUnits: Use *MBB for consistency and convenience. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192634 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/LiveRegUnits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/llvm/CodeGen/LiveRegUnits.h b/include/llvm/CodeGen/LiveRegUnits.h index 1e24e695a1..02b9c55cc6 100644 --- a/include/llvm/CodeGen/LiveRegUnits.h +++ b/include/llvm/CodeGen/LiveRegUnits.h @@ -80,7 +80,7 @@ public: void stepForward(const MachineInstr &MI, const MCRegisterInfo &MCRI); /// \brief Adds all registers in the live-in list of block @p BB. - void addLiveIns(const MachineBasicBlock &BB, const MCRegisterInfo &MCRI); + void addLiveIns(const MachineBasicBlock *MBB, const MCRegisterInfo &MCRI); }; } // namespace llvm -- cgit v1.2.3