summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-prof/llvm-prof.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/tools/llvm-prof/llvm-prof.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/tools/llvm-prof/llvm-prof.cpp')
-rw-r--r--llvm/tools/llvm-prof/llvm-prof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-prof/llvm-prof.cpp b/llvm/tools/llvm-prof/llvm-prof.cpp
index aff5b86a8a8..1c63d974eae 100644
--- a/llvm/tools/llvm-prof/llvm-prof.cpp
+++ b/llvm/tools/llvm-prof/llvm-prof.cpp
@@ -17,7 +17,7 @@
#include "llvm/LLVMContext.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
-#include "llvm/Assembly/AsmAnnotationWriter.h"
+#include "llvm/Assembly/AssemblyAnnotationWriter.h"
#include "llvm/Analysis/ProfileInfo.h"
#include "llvm/Analysis/ProfileInfoLoader.h"
#include "llvm/Analysis/Passes.h"
OpenPOWER on IntegriCloud