PseudoSourceValue.h - remove unused operator declaration. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 20 May 2020 09:11:06 +0000 (10:11 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 20 May 2020 12:01:01 +0000 (13:01 +0100)
MSVC was warning that the definition for the MachineMemOperand stream handler doesn't exist.

llvm/include/llvm/CodeGen/PseudoSourceValue.h

index 593a865..50fde9c 100644 (file)
@@ -23,11 +23,10 @@ namespace llvm {
 class MachineFrameInfo;
 class MachineMemOperand;
 class MIRFormatter;
+class PseudoSourceValue;
 class raw_ostream;
 class TargetInstrInfo;
 
-raw_ostream &operator<<(raw_ostream &OS, const MachineMemOperand &MMO);
-class PseudoSourceValue;
 raw_ostream &operator<<(raw_ostream &OS, const PseudoSourceValue* PSV);
 
 /// Special value supplied for machine level alias analysis. It indicates that