summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-01-04 22:28:25 +0000
committerJim Laskey <jlaskey@mac.com>2006-01-04 22:28:25 +0000
commit219d55982456d135473c76cfd024b478c81725d1 (patch)
treeb1bb4009bc2f813aa0577744d8129efa516422bb /llvm/lib/CodeGen/AsmPrinter.cpp
parent853116145df8f8f59531d44706c259384a8d7c54 (diff)
downloadbcm5719-llvm-219d55982456d135473c76cfd024b478c81725d1.tar.gz
bcm5719-llvm-219d55982456d135473c76cfd024b478c81725d1.zip
Applied some recommend changes from sabre. The dominate one beginning "let the
pass manager do it's thing." Fixes crash when compiling -g files and suppresses dwarf statements if no debug info is present. llvm-svn: 25100
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter.cpp
index 475928250e5..5fdfbfd5a30 100644
--- a/llvm/lib/CodeGen/AsmPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter.cpp
@@ -16,7 +16,6 @@
#include "llvm/Constants.h"
#include "llvm/Module.h"
#include "llvm/CodeGen/MachineConstantPool.h"
-#include "llvm/CodeGen/MachineDebugInfo.h"
#include "llvm/Support/Mangler.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Target/TargetMachine.h"
OpenPOWER on IntegriCloud