diff options
Diffstat (limited to 'llvm/include/llvm/CodeGen/PseudoSourceValue.h')
-rw-r--r-- | llvm/include/llvm/CodeGen/PseudoSourceValue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/PseudoSourceValue.h b/llvm/include/llvm/CodeGen/PseudoSourceValue.h index 4b3cc9145a13..593a865ea545 100644 --- a/llvm/include/llvm/CodeGen/PseudoSourceValue.h +++ b/llvm/include/llvm/CodeGen/PseudoSourceValue.h @@ -22,6 +22,7 @@ namespace llvm { class MachineFrameInfo; class MachineMemOperand; +class MIRFormatter; class raw_ostream; class TargetInstrInfo; @@ -52,6 +53,7 @@ private: const PseudoSourceValue* PSV); friend class MachineMemOperand; // For printCustom(). + friend class MIRFormatter; // For printCustom(). /// Implement printing for PseudoSourceValue. This is called from /// Value::print or Value's operator<<. |