Skip to content

Commit 338a47e

Browse files
committed
Rename testfiles as per comments
1 parent 4e952ed commit 338a47e

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

llvm/lib/Transforms/IPO/FunctionAttrs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ static void addNoRecurseAttrs(const SCCNodeSet &SCCNodes,
21162116

21172117
// Every call was either to an external function guaranteed to not make a
21182118
// call to this function or a direct call to internal function. Also, SCC is
2119-
// one. Together, the above checks ensures, this function cannot norecurse.
2119+
// one. Together, the above checks ensures, this function cannot recurse.
21202120
F->setDoesNotRecurse();
21212121
++NumNoRecurse;
21222122
Changed.insert(F);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)