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/StackMapLivenessAnalysis.cpp | |
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/StackMapLivenessAnalysis.cpp')
-rw-r--r-- | llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp b/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp index 86dab766508..9da22db505e 100644 --- a/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp +++ b/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp @@ -17,6 +17,7 @@ #include "llvm/CodeGen/LivePhysRegs.h" #include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/CodeGen/MachineFunction.h" +#include "llvm/CodeGen/MachineFunctionAnalysis.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/Passes.h" #include "llvm/Support/CommandLine.h" |