aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
diff options
context:
space:
mode:
authorMehdi Amini <joker.eph@gmail.com>2020-04-14 00:27:08 +0000
committerMehdi Amini <joker.eph@gmail.com>2020-04-14 00:27:08 +0000
commit384ca190ae7f32047aeba2a2f1d6a8637b597199 (patch)
tree09086969427d521e6558c50fca501cfe502c0bac /llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
parente27894c99ebb5321c33cab0e80c96fe93a9b5d50 (diff)
downloadllvm-384ca190ae7f32047aeba2a2f1d6a8637b597199.zip
llvm-384ca190ae7f32047aeba2a2f1d6a8637b597199.tar.gz
llvm-384ca190ae7f32047aeba2a2f1d6a8637b597199.tar.bz2
Revert "Move ModuleSummaryAnalysis from libAnalysis to libObject to break the dependency from Analysis to Object"
This reverts commit 10df1563d608323a3144afc5f6038ecb81869b92. Some buildbots are broken.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp')
-rw-r--r--llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
index 1e9b349..d884415 100644
--- a/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
+++ b/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
@@ -11,11 +11,11 @@
//===----------------------------------------------------------------------===//
#include "llvm/Bitcode/BitcodeWriterPass.h"
+#include "llvm/Analysis/ModuleSummaryAnalysis.h"
#include "llvm/Bitcode/BitcodeWriter.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
#include "llvm/InitializePasses.h"
-#include "llvm/Object/ModuleSummaryAnalysis.h"
#include "llvm/Pass.h"
using namespace llvm;