diff options
author | Riccardo Mori <patacca@autistici.org> | 2021-07-09 20:10:57 +0200 |
---|---|---|
committer | Riccardo Mori <patacca@autistici.org> | 2021-07-09 21:14:14 +0200 |
commit | 0813bd1696dc0c971c21ea337df96d3a07ff86d8 (patch) | |
tree | 293ce53c0b10d1a3b78d84a3caa7efec8c86441f /llvm/lib/CodeGen/MachineModuleInfoImpls.cpp | |
parent | 768e3af6345a532d383205049679aaaccca26628 (diff) | |
download | llvm-0813bd1696dc0c971c21ea337df96d3a07ff86d8.zip llvm-0813bd1696dc0c971c21ea337df96d3a07ff86d8.tar.gz llvm-0813bd1696dc0c971c21ea337df96d3a07ff86d8.tar.bz2 |
[Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFC
This is part of an effort to reduce the differences between the custom C++ bindings used right now by polly in `lib/External/isl/include/isl/isl-noxceptions.h` and the official isl C++ interface.
Changes made:
- Use `isl::*::ctx()` instead of `isl::*::get_ctx()` (for example `isl::space::ctx()` instead of `isl::space::get_ctx()`)
- Add `isl::` namespace in front of isl types to avoid confusion (for example `isl::space::ctx` and `isl::ctx`
- `isl-noexceptions.h` has been generated by this https://github.com/patacca/isl/commit/b64e33c62d3fe7db506f6630f9e935b663f9c5a4
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D105691
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfoImpls.cpp')
0 files changed, 0 insertions, 0 deletions