We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f97222 commit c59cb6fCopy full SHA for c59cb6f
IGC/Compiler/CISACodeGen/TimeStatsCounter.cpp
@@ -115,6 +115,6 @@ bool TimeStatsCounter::runOnModule(Module& F) {
115
COMPILER_TIME_PASS_END(ctx, igcPass);
116
}
117
118
- return true;
+ return false;
119
120
IGC/Compiler/CISACodeGen/TranslationTable.cpp
@@ -55,7 +55,8 @@ namespace IGC
55
56
bool TranslationTable::runOnFunction(Function& F)
57
{
58
- return run(F);
+ (void)run(F);
59
60
61
62
bool TranslationTable::run(Function& F)
0 commit comments