llvm-project
645f0e67 - IR: Make Module::getOrInsertGlobal() return a GlobalVariable.

Commit
201 days ago
IR: Make Module::getOrInsertGlobal() return a GlobalVariable. After pointer element types were removed this function can only return a GlobalVariable, so reflect that in the type and comments and clean up callers. Reviewers: nikic Reviewed By: nikic Pull Request: https://github.com/llvm/llvm-project/pull/141323
Author
pcc pcc
Parents
Loading