From 216abab84fd97ca487cd91190f7c32bb3ddba5d5 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Sun, 4 Oct 2009 17:52:13 +0000 Subject: [PATCH] Fix a typo in the comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83283 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Utils/SSI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Utils/SSI.cpp b/lib/Transforms/Utils/SSI.cpp index 305f60e7d70..ef49d9624b0 100644 --- a/lib/Transforms/Utils/SSI.cpp +++ b/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 &value) { init(value);