llvm-project
b1aa0b0b - [DataLayout] Remove `clear` and `reset` methods (NFC) (#102993)

Commit
1 year ago
[DataLayout] Remove `clear` and `reset` methods (NFC) (#102993) `clear` was never necessary as it is always called on a fresh instance of the class or just before freeing an instance's memory. `reset` is effectively the same as the constructor. Pull Reuquest: https://github.com/llvm/llvm-project/pull/102993
Author
Parents
Loading