diff options
author | Matthias Braun <matze@braunis.de> | 2016-08-23 05:17:11 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-08-23 05:17:11 +0000 |
commit | 7f66202d38148a7c5b1cf6723de9d442f5566e46 (patch) | |
tree | 286a6404f2a0fcd2d8842ed5ab363c42857bc854 /llvm/lib/CodeGen/CMakeLists.txt | |
parent | fd936841ebefb39a383fe651126998f6728efcbc (diff) | |
download | bcm5719-llvm-7f66202d38148a7c5b1cf6723de9d442f5566e46.tar.gz bcm5719-llvm-7f66202d38148a7c5b1cf6723de9d442f5566e46.zip |
Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses"
Reverting while tracking down a use after free.
This reverts commit r279502.
llvm-svn: 279503
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index cc9ed95be59..f5224350c08 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -59,6 +59,7 @@ add_llvm_library(LLVMCodeGen MachineCSE.cpp MachineDominanceFrontier.cpp MachineDominators.cpp + MachineFunctionAnalysis.cpp MachineFunction.cpp MachineFunctionPass.cpp MachineFunctionPrinterPass.cpp |