From: Dan Gohman Date: Fri, 28 May 2010 16:06:09 +0000 (+0000) Subject: Fix a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dffc308c0e34617fe1ee686429f2146ff6170325;p=oota-llvm.git Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104947 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/ValueTracking.h b/include/llvm/Analysis/ValueTracking.h index d5808974841..b9634f04ec4 100644 --- a/include/llvm/Analysis/ValueTracking.h +++ b/include/llvm/Analysis/ValueTracking.h @@ -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. ///