summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/AsmWriter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-02 23:09:42 +0000
committerChris Lattner <sabre@nondot.org>2010-09-02 23:09:42 +0000
commitad074cb3f24b2b82afd91ff372ad25865647cb33 (patch)
tree27a3386aea61c6d43f4655d4a891713e5cdd2477 /llvm/lib/VMCore/AsmWriter.cpp
parent82570a04df8a1073553298446498c3b21771d511 (diff)
downloadbcm5719-llvm-ad074cb3f24b2b82afd91ff372ad25865647cb33.tar.gz
bcm5719-llvm-ad074cb3f24b2b82afd91ff372ad25865647cb33.zip
lets get crazy and name the header file the exact class name,
not a scrunched version of it. llvm-svn: 112904
Diffstat (limited to 'llvm/lib/VMCore/AsmWriter.cpp')
-rw-r--r--llvm/lib/VMCore/AsmWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp
index 3168ec2aa42..831a9960463 100644
--- a/llvm/lib/VMCore/AsmWriter.cpp
+++ b/llvm/lib/VMCore/AsmWriter.cpp
@@ -16,7 +16,7 @@
#include "llvm/Assembly/Writer.h"
#include "llvm/Assembly/PrintModulePass.h"
-#include "llvm/Assembly/AsmAnnotationWriter.h"
+#include "llvm/Assembly/AssemblyAnnotationWriter.h"
#include "llvm/LLVMContext.h"
#include "llvm/CallingConv.h"
#include "llvm/Constants.h"
OpenPOWER on IntegriCloud