[llvm-commits] CVS: llvm/lib/Analysis/IPA/Andersens.cpp
Misha Brukman
brukman at cs.uiuc.edu
Sun Mar 27 20:32:23 PST 2005
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.14 -> 1.15
---
Log message:
Fix grammar
---
Diffs of the changes: (+1 -1)
Andersens.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Analysis/IPA/Andersens.cpp
diff -u llvm/lib/Analysis/IPA/Andersens.cpp:1.14 llvm/lib/Analysis/IPA/Andersens.cpp:1.15
--- llvm/lib/Analysis/IPA/Andersens.cpp:1.14 Sun Mar 27 22:03:52 2005
+++ llvm/lib/Analysis/IPA/Andersens.cpp Sun Mar 27 22:32:12 2005
@@ -568,7 +568,7 @@
}
/// 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!");
More information about the llvm-commits
mailing list