We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d607251 commit deda3a7Copy full SHA for deda3a7
src/engine/internal/llvm/llvmcodebuilder.h
@@ -234,7 +234,7 @@ class LLVMCodeBuilder : public ICodeBuilder
234
llvm::StructType *m_stringPtrType = nullptr;
235
llvm::FunctionType *m_resumeFuncType = nullptr;
236
237
- std::vector<std::shared_ptr<LLVMInstruction>> m_instructions;
+ [[deprecated]] std::vector<std::shared_ptr<LLVMInstruction>> m_instructions; // TODO: Remove this
238
std::vector<std::shared_ptr<LLVMRegister>> m_regs;
239
std::vector<std::shared_ptr<CompilerLocalVariable>> m_localVars;
240
LLVMRegister *m_lastConstValue = nullptr; // for reporters and hat predicates
0 commit comments