Fix a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104947 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-05-28 16:06:09 +00:00
parent 05d6253727
commit dffc308c0e

View File

@ -97,7 +97,7 @@ namespace llvm {
/// FindScalarValue - Given an aggregrate and an sequence of indices, see if
/// FindInsertedValue - Given an aggregrate and an sequence of indices, see if
/// the scalar value indexed is already around as a register, for example if
/// it were inserted directly into the aggregrate.
///