mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
MachineRegisterInfo was already a friend of MachineOperand, and GCC complains
about repeated friending. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161553 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2d39a0e52d
commit
9bac67657b
@ -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