1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Fix a comment.

llvm-svn: 104947
This commit is contained in:
Dan Gohman 2010-05-28 16:06:09 +00:00
parent 22d22caaed
commit f7bbeb021a

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.
///