aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 04:04:10 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 04:04:10 +0000
commit4a16786e6b325f98303773db161d84fe692086d6 (patch)
treefce33b5b24e250467a031885ad29420b12407754 /lib/Target/MSP430
parent2cb53307e4b148bddbe65301fee21ac4174292ed (diff)
downloadexternal_llvm-4a16786e6b325f98303773db161d84fe692086d6.zip
external_llvm-4a16786e6b325f98303773db161d84fe692086d6.tar.gz
external_llvm-4a16786e6b325f98303773db161d84fe692086d6.tar.bz2
prune some #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100399 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430')
-rw-r--r--lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp b/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
index 22ed19c..56f72bb 100644
--- a/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
+++ b/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
@@ -24,7 +24,6 @@
#include "llvm/Module.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/CodeGen/AsmPrinter.h"
-#include "llvm/CodeGen/DwarfWriter.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineConstantPool.h"