We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b189b89 commit 04d8e36Copy full SHA for 04d8e36
llvm/include/llvm/IR/IRBuilder.h
@@ -2015,6 +2015,7 @@ class IRBuilderBase {
2015
///
2016
/// If no module is given via \p M, it is take from the insertion point basic
2017
/// block.
2018
+ LLVM_DEPRECATED("Use CreateGlobalString instead", "CreateGlobalString")
2019
Constant *CreateGlobalStringPtr(StringRef Str, const Twine &Name = "",
2020
unsigned AddressSpace = 0,
2021
Module *M = nullptr, bool AddNull = true) {
0 commit comments