diff options
| -rw-r--r-- | include/llvm/CodeGen/MachineOperand.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/llvm/CodeGen/MachineOperand.h b/include/llvm/CodeGen/MachineOperand.h index f1f9f30..0978057 100644 --- a/include/llvm/CodeGen/MachineOperand.h +++ b/include/llvm/CodeGen/MachineOperand.h @@ -19,14 +19,14 @@  namespace llvm { -class ConstantFP;  class BlockAddress; -class MachineBasicBlock; +class ConstantFP;  class GlobalValue; +class MachineBasicBlock;  class MachineInstr; -class TargetMachine;  class MachineRegisterInfo;  class MDNode; +class TargetMachine;  class raw_ostream;  /// MachineOperand class - Representation of each machine instruction operand. | 
