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 0248538 commit 37aaa63Copy full SHA for 37aaa63
lifter/test_instructions.cpp
@@ -42,7 +42,7 @@ int testInit() {
42
const std::string block_name = "entry";
43
auto bb = llvm::BasicBlock::Create(context, block_name.c_str(), function);
44
45
- llvm::IRBuilder<> builder = llvm::IRBuilder<>(bb, Folder);
+ llvm::IRBuilder<> builder = llvm::IRBuilder<>(bb);
46
47
lifterClass* main = new lifterClass(builder, 0x133700);
48
0 commit comments