diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-29 17:42:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-29 17:42:12 +0000 |
commit | d5a847057b5027fd54b4cf7e276705c9b35aff06 (patch) | |
tree | 93e1b6d6abda5638a678086bf08049a5993e1be3 /llvm/lib/CodeGen/MachineCodeForInstruction.cpp | |
parent | 2dfc667a7dad832f3a3cd65cc1daf7c5ec855699 (diff) | |
download | bcm5719-llvm-d5a847057b5027fd54b4cf7e276705c9b35aff06.tar.gz bcm5719-llvm-d5a847057b5027fd54b4cf7e276705c9b35aff06.zip |
Eliminate duplicate or unneccesary #include's
llvm-svn: 2397
Diffstat (limited to 'llvm/lib/CodeGen/MachineCodeForInstruction.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCodeForInstruction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineCodeForInstruction.cpp b/llvm/lib/CodeGen/MachineCodeForInstruction.cpp index a4ebbec187f..98871a7e85b 100644 --- a/llvm/lib/CodeGen/MachineCodeForInstruction.cpp +++ b/llvm/lib/CodeGen/MachineCodeForInstruction.cpp @@ -19,7 +19,6 @@ #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/InstrSelection.h" -#include "llvm/Instruction.h" static AnnotationID MCFI_AID( AnnotationManager::getID("CodeGen::MachineCodeForInstruction")); |