mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix a typeo
llvm-svn: 11323
This commit is contained in:
parent
fb5edb0b49
commit
16ad30203c
@ -77,7 +77,7 @@ ProfileInfoLoader::ProfileInfoLoader(const char *ToolName,
|
||||
Module &TheModule) : M(TheModule) {
|
||||
FILE *F = fopen(Filename.c_str(), "r");
|
||||
if (F == 0) {
|
||||
std::cerr << ToolName << ": Error opening '" << Filename << ": ";
|
||||
std::cerr << ToolName << ": Error opening '" << Filename << "': ";
|
||||
perror(0);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user