summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-01-29 23:20:22 +0000
committerJim Laskey <jlaskey@mac.com>2007-01-29 23:20:22 +0000
commit3f9f250928edbb3872e30ab22dc4c713eac28db2 (patch)
treee5a483f64152d58e685ccced135d5e444aecfa90 /llvm/lib/CodeGen
parent1c3633e461400b226032e2026417d36ff9e8ffbb (diff)
downloadbcm5719-llvm-3f9f250928edbb3872e30ab22dc4c713eac28db2.tar.gz
bcm5719-llvm-3f9f250928edbb3872e30ab22dc4c713eac28db2.zip
Only gather frame info if debug or eh.
llvm-svn: 33639
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/DwarfWriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp
index 2b9cf74f88a..412bd6aa6cb 100644
--- a/llvm/lib/CodeGen/DwarfWriter.cpp
+++ b/llvm/lib/CodeGen/DwarfWriter.cpp
@@ -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;
OpenPOWER on IntegriCloud