mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 20:45:06 +00:00
Fixed comment typo in GCOVProfiling.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193268 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9db9663d1d
commit
d7da59004f
@ -598,7 +598,7 @@ bool GCOVProfiler::emitProfileArcs() {
|
||||
};
|
||||
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.
|
||||
Constant *GCOVInit = M->getOrInsertFunction("llvm_gcov_init", FTy);
|
||||
Builder.CreateCall2(GCOVInit, WriteoutF, FlushF);
|
||||
|
Loading…
Reference in New Issue
Block a user