[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp
Jim Laskey
jlaskey at apple.com
Mon Jan 29 15:20:41 PST 2007
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.120 -> 1.121
---
Log message:
Only gather frame info if debug or eh.
---
Diffs of the changes: (+0 -1)
DwarfWriter.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.120 llvm/lib/CodeGen/DwarfWriter.cpp:1.121
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.120 Mon Jan 29 14:48:32 2007
+++ llvm/lib/CodeGen/DwarfWriter.cpp Mon Jan 29 17:20:22 2007
@@ -31,7 +31,6 @@
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/TargetOptions.h"
#include <ostream>
#include <string>
using namespace llvm;
More information about the llvm-commits
mailing list