1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/Passes
Sean Silva fde610a872 Bring back "[PM] Port JumpThreading to the new PM" with a fix
This reverts commit r272603 and adds a fix.

Big thanks to Davide for pointing me at r216244 which gives some insight
into how to fix this VS2013 issue. VS2013 can't synthesize a move
constructor. So the fix here is to add one explicitly to the
JumpThreadingPass class.

llvm-svn: 272607
2016-06-14 00:51:09 +00:00
..
CMakeLists.txt
LLVMBuild.txt Fix shared build of LLVMPasses. 2016-04-18 19:04:19 +00:00
PassBuilder.cpp Bring back "[PM] Port JumpThreading to the new PM" with a fix 2016-06-14 00:51:09 +00:00
PassRegistry.def Bring back "[PM] Port JumpThreading to the new PM" with a fix 2016-06-14 00:51:09 +00:00