1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/include/llvm-c/Transforms
Geoff Berry 7e649e3211 [EarlyCSE] Change C API pass interface for EarlyCSE w/ MemorySSA
Previous change broke the C API for creating an EarlyCSE pass w/
MemorySSA by adding a bool parameter to control whether MemorySSA was
used or not.  This broke the OCaml bindings.  Instead, change the old C
API entry point back and add a new one to request an EarlyCSE pass with
MemorySSA.

llvm-svn: 280379
2016-09-01 15:07:46 +00:00
..
IPO.h Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00
PassManagerBuilder.h Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00
Scalar.h [EarlyCSE] Change C API pass interface for EarlyCSE w/ MemorySSA 2016-09-01 15:07:46 +00:00
Vectorize.h Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00