diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-07-25 20:18:48 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-25 20:18:48 +0000 |
commit | 54134708f5debe1631f9ea9b232f78758a2151e4 (patch) | |
tree | 1c638a306c596f44a379af53a0db3e717f29623a /lib/Target/ARM/ARM.h | |
parent | 8cb2d61bce5950df8e3b8dec481b88fb2eaa66d0 (diff) |
Code clean up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135954 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARM.h')
-rw-r--r-- | lib/Target/ARM/ARM.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/ARM/ARM.h b/lib/Target/ARM/ARM.h index a8c0e70b5a..5556dc5a4d 100644 --- a/lib/Target/ARM/ARM.h +++ b/lib/Target/ARM/ARM.h @@ -29,13 +29,7 @@ class ARMBaseTargetMachine; class FunctionPass; class JITCodeEmitter; class MachineInstr; -class MCCodeEmitter; class MCInst; -class MCInstrInfo; -class MCObjectWriter; -class MCSubtargetInfo; -class TargetAsmBackend; -class formatted_raw_ostream; FunctionPass *createARMISelDag(ARMBaseTargetMachine &TM, CodeGenOpt::Level OptLevel); |