mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
MachineRegisterInfo was already a friend of MachineOperand, and GCC complains
about repeated friending. llvm-svn: 161553
This commit is contained in:
parent
dfe45ef6c5
commit
df72f06088
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user