Skip to content

Commit 2e1163c

Browse files
committed
test1
1 parent fcd6575 commit 2e1163c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab6/llvm-pass.so.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PreservedAnalyses LLVMPass::run(Module &M, ModuleAnalysisManager &MAM) {
1919
IRBuilder<> Builder(&*F.getEntryBlock().getFirstInsertionPt());
2020

2121
// 1. 插入 debug(48763);
22-
Builder.CreateCall(debugFunc, debugArg);
22+
Builder.CreateCall(debug_func, debugArg);
2323

2424
// 2. 將 argv[1] = "hayaku... motohayaku!"
2525
// 建立常數字串

0 commit comments

Comments
 (0)