MachineRegisterInfo was already a friend of MachineOperand, and GCC complains

about repeated friending.

llvm-svn: 161553
This commit is contained in:
Matt Beaumont-Gay
2012-08-09 00:30:39 +00:00
parent 123af098b8
commit 8e57e87043

View File

@@ -138,9 +138,6 @@ private:
/// This is valid for all operand types, when the operand is in an instr.
MachineInstr *ParentMI;
// MRI accesses Contents.Reg directly.
friend class MachineRegisterInfo;
/// Contents union - This contains the payload for the various operand types.
union {
MachineBasicBlock *MBB; // For MO_MachineBasicBlock.