[llvm-commits] [llvm] r104947 - /llvm/trunk/include/llvm/Analysis/ValueTracking.h

Dan Gohman gohman at apple.com
Fri May 28 09:06:09 PDT 2010


Author: djg
Date: Fri May 28 11:06:09 2010
New Revision: 104947

URL: http://llvm.org/viewvc/llvm-project?rev=104947&view=rev
Log:
Fix a comment.

Modified:
    llvm/trunk/include/llvm/Analysis/ValueTracking.h

Modified: llvm/trunk/include/llvm/Analysis/ValueTracking.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/ValueTracking.h?rev=104947&r1=104946&r2=104947&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/ValueTracking.h (original)
+++ llvm/trunk/include/llvm/Analysis/ValueTracking.h Fri May 28 11:06:09 2010
@@ -97,7 +97,7 @@
     
   
   
-  /// 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.
   ///





More information about the llvm-commits mailing list