diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-17 21:51:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-17 21:51:44 +0000 |
commit | dc246715cbd062bcfc46a181440b0bdc93b46c6b (patch) | |
tree | 6ffa0550f561e5f701ccc845b1744dcab8499196 /include/llvm/CodeGen/MachineDebugInfo.h | |
parent | b360729873eb142ae2327cd399880e4ef55bea2a (diff) |
minor cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31021 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineDebugInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineDebugInfo.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/MachineDebugInfo.h b/include/llvm/CodeGen/MachineDebugInfo.h index c02eaf7224..c559b6b66d 100644 --- a/include/llvm/CodeGen/MachineDebugInfo.h +++ b/include/llvm/CodeGen/MachineDebugInfo.h @@ -20,7 +20,7 @@ // string and assigned a sequential numeric ID (base 1.) // -- Source files - Files are also uniqued based on their name and directory // ID. A file ID is sequential number (base 1.) -// -- Source line coorespondence - A vector of file ID, line#, column# triples. +// -- Source line correspondence - A vector of file ID, line#, column# triples. // A DEBUG_LOCATION instruction is generated by the DAG Legalizer // corresponding to each entry in the source line list. This allows a debug // emitter to generate labels referenced by debug information tables. @@ -35,10 +35,6 @@ #include "llvm/ADT/UniqueVector.h" #include "llvm/GlobalValue.h" #include "llvm/Pass.h" -#include "llvm/User.h" - -#include <string> -#include <set> namespace llvm { |