mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
Fixed comment typo in GCOVProfiling.cpp
llvm-svn: 193268
This commit is contained in:
parent
79bf7ec05f
commit
88a414eb08
@ -598,7 +598,7 @@ bool GCOVProfiler::emitProfileArcs() {
|
|||||||
};
|
};
|
||||||
FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
|
FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
|
||||||
|
|
||||||
// Inialize the environment and register the local writeout and flush
|
// Initialize the environment and register the local writeout and flush
|
||||||
// functions.
|
// functions.
|
||||||
Constant *GCOVInit = M->getOrInsertFunction("llvm_gcov_init", FTy);
|
Constant *GCOVInit = M->getOrInsertFunction("llvm_gcov_init", FTy);
|
||||||
Builder.CreateCall2(GCOVInit, WriteoutF, FlushF);
|
Builder.CreateCall2(GCOVInit, WriteoutF, FlushF);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user