File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2785,7 +2785,7 @@ static bool OptimizeNonTrivialIFuncs(
27852785 } else {
27862786 // We can't reason much about non-FMV callers. Just pick the highest
27872787 // priority callee if it matches, otherwise bail.
2788- // if (I > 0 || !implies(CallerBits, CalleeBits))
2788+ // if (I > 0 || !implies(CallerBits, CalleeBits))
27892789 //
27902790 // FIXME: This is causing a regression in the llvm test suite,
27912791 // specifically a 'predres' version is unexpectedly trapping on
@@ -2794,7 +2794,7 @@ static bool OptimizeNonTrivialIFuncs(
27942794 // command line option, or target attribute to deduce whether a
27952795 // feature is available. However, there is no guarantee that in
27962796 // reality the host supports those implied features.
2797- continue ;
2797+ continue ;
27982798 }
27992799 auto &Calls = CallSites[Caller];
28002800 for (CallBase *CS : Calls)
You can’t perform that action at this time.
0 commit comments