Skip to content

Commit 8a3d433

Browse files
authored
Update GlobalOpt.cpp
clang format
1 parent 8e061e9 commit 8a3d433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/IPO/GlobalOpt.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)