summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-10-04 17:52:13 +0000
committerOwen Anderson <resistor@mac.com>2009-10-04 17:52:13 +0000
commit286feb16a98f1691965be8a96d3b2984998ace3e (patch)
tree6a6c6225796146b6370d6555aed1c1f013195d4d /llvm/lib/Transforms
parenta62bf106519d603773b7dc2df4ce6f2b5155a653 (diff)
downloadbcm5719-llvm-286feb16a98f1691965be8a96d3b2984998ace3e.tar.gz
bcm5719-llvm-286feb16a98f1691965be8a96d3b2984998ace3e.zip
Fix a typo in the comment.
llvm-svn: 83283
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Utils/SSI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/SSI.cpp b/llvm/lib/Transforms/Utils/SSI.cpp
index 305f60e7d70..ef49d9624b0 100644
--- a/llvm/lib/Transforms/Utils/SSI.cpp
+++ b/llvm/lib/Transforms/Utils/SSI.cpp
@@ -49,7 +49,7 @@ bool SSI::runOnFunction(Function &F) {
/// 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);
OpenPOWER on IntegriCloud