[llvm-commits] [llvm] r83283 - /llvm/trunk/lib/Transforms/Utils/SSI.cpp
Owen Anderson
resistor at mac.com
Sun Oct 4 10:52:13 PDT 2009
Author: resistor
Date: Sun Oct 4 12:52:13 2009
New Revision: 83283
URL: http://llvm.org/viewvc/llvm-project?rev=83283&view=rev
Log:
Fix a typo in the comment.
Modified:
llvm/trunk/lib/Transforms/Utils/SSI.cpp
Modified: llvm/trunk/lib/Transforms/Utils/SSI.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/SSI.cpp?rev=83283&r1=83282&r2=83283&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/SSI.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/SSI.cpp Sun Oct 4 12:52:13 2009
@@ -49,7 +49,7 @@
/// This methods creates the SSI representation for the list of values
/// received. It will only create SSI representation if a value is used
-/// in a to decide a branch. Repeated values are created only once.
+/// to decide a branch. Repeated values are created only once.
///
void SSI::createSSI(SmallVectorImpl<Instruction *> &value) {
init(value);
More information about the llvm-commits
mailing list