From: Craig Topper Date: Thu, 13 Sep 2012 07:26:59 +0000 (+0000) Subject: Fix function name in comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a1deb4e763cb225a4feade12ccbe5719bfbb1518;p=oota-llvm.git Fix function name in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163783 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCSymbol.h b/include/llvm/MC/MCSymbol.h index 4c9e7f5ffdd..ead9bd9f4bc 100644 --- a/include/llvm/MC/MCSymbol.h +++ b/include/llvm/MC/MCSymbol.h @@ -133,7 +133,7 @@ namespace llvm { return Value != 0; } - /// getValue() - Get the value for variable symbols. + /// getVariableValue() - Get the value for variable symbols. const MCExpr *getVariableValue() const { assert(isVariable() && "Invalid accessor!"); IsUsed = true;