Fix a comment.
authorDan Gohman <gohman@apple.com>
Fri, 28 May 2010 16:06:09 +0000 (16:06 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 28 May 2010 16:06:09 +0000 (16:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104947 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ValueTracking.h

index d58089748413d0503552035698e7cca9e18162f3..b9634f04ec4cd930742a4c077fae7bae57d4d322 100644 (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.
   ///