summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineOperand.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-03-03 01:37:50 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-03-03 01:37:50 +0000
commit9066f4c6fc4cae76afd727a6ac11f86fdea8b280 (patch)
tree598187fab6d21b57598f78937266f046750b05f6 /include/llvm/CodeGen/MachineOperand.h
parentfbe8eab37e554efb07f8034a975e8a55c7dd15ea (diff)
downloadllvm-9066f4c6fc4cae76afd727a6ac11f86fdea8b280.tar.gz
llvm-9066f4c6fc4cae76afd727a6ac11f86fdea8b280.tar.bz2
llvm-9066f4c6fc4cae76afd727a6ac11f86fdea8b280.tar.xz
Ordering forward declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97626 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineOperand.h')
-rw-r--r--include/llvm/CodeGen/MachineOperand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/MachineOperand.h b/include/llvm/CodeGen/MachineOperand.h
index f1f9f300c8..0978057c20 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.