mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +00:00
Fix grammar
llvm-svn: 20890
This commit is contained in:
parent
abb512a593
commit
b97b449309
@ -568,7 +568,7 @@ void Andersens::AddConstraintsForNonInternalLinkage(Function *F) {
|
||||
}
|
||||
|
||||
/// 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.
|
||||
bool Andersens::AddConstraintsForExternalFunction(Function *F) {
|
||||
assert(F->isExternal() && "Not an external function!");
|
||||
|
Loading…
Reference in New Issue
Block a user