aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-29 18:46:50 +0000
committerChris Lattner <sabre@nondot.org>2002-04-29 18:46:50 +0000
commit3eb59c0074978cb4687779365dbe664e2e18e0b2 (patch)
treeb31f59818ab8a3227f183dfffdc97a3f8092be57 /lib/VMCore/AsmWriter.cpp
parentee9c7d528d96207153e88dac58125f11cf71702c (diff)
downloadexternal_llvm-3eb59c0074978cb4687779365dbe664e2e18e0b2.zip
external_llvm-3eb59c0074978cb4687779365dbe664e2e18e0b2.tar.gz
external_llvm-3eb59c0074978cb4687779365dbe664e2e18e0b2.tar.bz2
Changes so that iMemory.h doesn't include DerivedTypes.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2404 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/AsmWriter.cpp')
-rw-r--r--lib/VMCore/AsmWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/AsmWriter.cpp b/lib/VMCore/AsmWriter.cpp
index 8e5de34..90ce6ba 100644
--- a/lib/VMCore/AsmWriter.cpp
+++ b/lib/VMCore/AsmWriter.cpp
@@ -11,6 +11,7 @@
#include "llvm/Assembly/CachedWriter.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/SlotCalculator.h"
+#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
#include "llvm/Function.h"
#include "llvm/GlobalVariable.h"