diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-02 23:09:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-02 23:09:42 +0000 |
commit | ad074cb3f24b2b82afd91ff372ad25865647cb33 (patch) | |
tree | 27a3386aea61c6d43f4655d4a891713e5cdd2477 /llvm/lib/VMCore/AsmWriter.cpp | |
parent | 82570a04df8a1073553298446498c3b21771d511 (diff) | |
download | bcm5719-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.cpp | 2 |
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" |