mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20890 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -568,7 +568,7 @@ void Andersens::AddConstraintsForNonInternalLinkage(Function *F) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// AddConstraintsForExternalFunction - If this is a call to a "known" function,
|
/// AddConstraintsForExternalFunction - If this is a call to a "known" function,
|
||||||
/// add the constraints an return false. If this is a call to an unknown
|
/// add the constraints and return false. If this is a call to an unknown
|
||||||
/// function, return true.
|
/// function, return true.
|
||||||
bool Andersens::AddConstraintsForExternalFunction(Function *F) {
|
bool Andersens::AddConstraintsForExternalFunction(Function *F) {
|
||||||
assert(F->isExternal() && "Not an external function!");
|
assert(F->isExternal() && "Not an external function!");
|
||||||
|
Reference in New Issue
Block a user