[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineDebugInfo.h
Chris Lattner
sabre at nondot.org
Tue Oct 17 14:51:58 PDT 2006
Changes in directory llvm/include/llvm/CodeGen:
MachineDebugInfo.h updated: 1.39 -> 1.40
---
Log message:
minor cleanups
---
Diffs of the changes: (+1 -5)
MachineDebugInfo.h | 6 +-----
1 files changed, 1 insertion(+), 5 deletions(-)
Index: llvm/include/llvm/CodeGen/MachineDebugInfo.h
diff -u llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.39 llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.40
--- llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.39 Mon Sep 18 09:47:26 2006
+++ llvm/include/llvm/CodeGen/MachineDebugInfo.h Tue Oct 17 16:51:44 2006
@@ -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 {
More information about the llvm-commits
mailing list