diff options
| author | Owen Anderson <resistor@mac.com> | 2009-10-04 17:52:13 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2009-10-04 17:52:13 +0000 |
| commit | 286feb16a98f1691965be8a96d3b2984998ace3e (patch) | |
| tree | 6a6c6225796146b6370d6555aed1c1f013195d4d /llvm/lib/Transforms | |
| parent | a62bf106519d603773b7dc2df4ce6f2b5155a653 (diff) | |
| download | bcm5719-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.cpp | 2 |
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); |

