Skip to content

Commit a728258

Browse files
author
Your Name
committed
lab6_ver3_test
1 parent 5e61ec8 commit a728258

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lab6/llvm-pass.so.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PreservedAnalyses LLVMPass::run(Module &M, ModuleAnalysisManager &MAM) {
1212
LLVMContext &Ctx = M.getContext();
1313
IntegerType *Int32Ty = IntegerType::getInt32Ty(Ctx);
1414
Type *Int8PtrTy = Type::getInt8PtrTy(Ctx);
15+
1516
FunctionCallee debug_func = M.getOrInsertFunction("debug", Int32Ty);
1617
ConstantInt *debug_arg = ConstantInt::get(Int32Ty, 48763);
1718

0 commit comments

Comments
 (0)