Skip to content

Commit

Permalink
Use spaces instead of tabs in the comment
Browse files Browse the repository at this point in the history
Issue eclipse-omr#5243
Signed-off-by: Kishor Patil <patil@ca.ibm.com>
  • Loading branch information
patilca committed Jun 2, 2020
1 parent e0d2755 commit 9baa814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/ras/LimitFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1327,9 +1327,9 @@ TR_Debug::methodSigCanBeCompiledOrRelocated(const char *methodSig, TR_FilterBST
if (compOrReloFilter->excludedMethodFilter)
{
// -Xjit:ifExcluded() option is used to set alternate compile options for the excluded methods.
// Using this option helps debugging timing sensitive optimization bugs,
// where dropping opt levels can make problems go away.
// hence if the excludedMethodFilter is set, then the excluded methods should be compiled.
// Using this option helps debugging timing sensitive optimization bugs,
// where dropping opt levels can make problems go away.
// hence if the excludedMethodFilter is set, then the excluded methods should be compiled.

found = true;
filter = compOrReloFilter->excludedMethodFilter;
Expand Down

0 comments on commit 9baa814

Please sign in to comment.