mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-17 00:57:54 +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,
|
/// 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!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user