1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/include
Nikita Popov 055fa09f2c [IRBuilder] Deprecate CreateGEP() without element type
This API is incompatible with opaque pointers and deprecated in
favor of the version that accepts an explicit element type.

Also remove the separate overload for a single index, as this is
already covered by the ArrayRef overload.
2021-07-17 22:57:51 +02:00
..
llvm [IRBuilder] Deprecate CreateGEP() without element type 2021-07-17 22:57:51 +02:00
llvm-c [Coroutines] Run coroutine passes by default 2021-07-15 14:33:40 +08:00