summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-04-30 23:50:26 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-04-30 23:50:26 +0000
commit31af61792404f930de85bc23b84882eefc1d73a7 (patch)
tree8acb86e41fa1ce325bd38f99526b459dfe7dfa2b /llvm/include
parent05cfd1beb2bee740c35972c2ff72df281345ce55 (diff)
downloadbcm5719-llvm-31af61792404f930de85bc23b84882eefc1d73a7.tar.gz
bcm5719-llvm-31af61792404f930de85bc23b84882eefc1d73a7.zip
Fix compilation for some targets other than x86.
llvm-svn: 70522
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/CodeGen/AsmPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/AsmPrinter.h b/llvm/include/llvm/CodeGen/AsmPrinter.h
index 727fd619637..89ea72fca3f 100644
--- a/llvm/include/llvm/CodeGen/AsmPrinter.h
+++ b/llvm/include/llvm/CodeGen/AsmPrinter.h
@@ -18,6 +18,7 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
+#include "llvm/Analysis/DebugInfo.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Target/TargetMachine.h"
#include <set>
OpenPOWER on IntegriCloud