[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LowerInvoke.cpp
Misha Brukman
brukman at cs.uiuc.edu
Sun Feb 8 16:28:01 PST 2004
Changes in directory llvm/lib/Transforms/Scalar:
LowerInvoke.cpp updated: 1.8 -> 1.9
---
Log message:
Fix grammar-o.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Transforms/Scalar/LowerInvoke.cpp
diff -u llvm/lib/Transforms/Scalar/LowerInvoke.cpp:1.8 llvm/lib/Transforms/Scalar/LowerInvoke.cpp:1.9
--- llvm/lib/Transforms/Scalar/LowerInvoke.cpp:1.8 Sun Feb 8 16:14:44 2004
+++ llvm/lib/Transforms/Scalar/LowerInvoke.cpp Sun Feb 8 16:27:33 2004
@@ -153,7 +153,7 @@
// Unfortunately, 'write' can end up being prototyped in several different
// ways. If the user defines a three (or more) operand function named 'write'
- // we will used their prototype. We _do not_ want to insert another instance
+ // we will use their prototype. We _do not_ want to insert another instance
// of a write prototype, because we don't know that the funcresolve pass will
// run after us. If there is a definition of a write function, but it's not
// suitable for our uses, we just don't emit write calls. If there is no
More information about the llvm-commits
mailing list