Skip to content

Commit 7d22a7e

Browse files
committed
Fix fmt 2
1 parent 3df7969 commit 7d22a7e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/IPO/FunctionAttrs.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,6 @@ static bool functionWillReturn(const Function &F) {
18551855
});
18561856
}
18571857

1858-
18591858
// Set the willreturn function attribute if possible.
18601859
static void addWillReturn(const SCCNodeSet &SCCNodes,
18611860
SmallSet<Function *, 8> &Changed) {
@@ -1869,8 +1868,6 @@ static void addWillReturn(const SCCNodeSet &SCCNodes,
18691868
}
18701869
}
18711870

1872-
1873-
18741871
static SCCNodesResult createSCCNodeSet(ArrayRef<Function *> Functions) {
18751872
SCCNodesResult Res;
18761873
Res.HasUnknownCall = false;

0 commit comments

Comments
 (0)