[llvm-commits] CVS: llvm/tools/bugpoint/BugDriver.cpp
Misha Brukman
brukman at cs.uiuc.edu
Fri May 2 21:17:01 PDT 2003
Changes in directory llvm/tools/bugpoint:
BugDriver.cpp updated: 1.5 -> 1.6
---
Log message:
The Grammar Police is out on patrol.
---
Diffs of the changes:
Index: llvm/tools/bugpoint/BugDriver.cpp
diff -u llvm/tools/bugpoint/BugDriver.cpp:1.5 llvm/tools/bugpoint/BugDriver.cpp:1.6
--- llvm/tools/bugpoint/BugDriver.cpp:1.5 Thu Apr 24 17:53:01 2003
+++ llvm/tools/bugpoint/BugDriver.cpp Fri May 2 21:16:43 2003
@@ -27,7 +27,7 @@
return Result;
}
-// DeleteFunctionBody - "Remove" the function by deleting all of it's basic
+// DeleteFunctionBody - "Remove" the function by deleting all of its basic
// blocks, making it external.
//
void DeleteFunctionBody(Function *F) {
More information about the llvm-commits
mailing list