Fix function name in comment.

llvm-svn: 163783
This commit is contained in:
Craig Topper 2012-09-13 07:26:59 +00:00
parent 5931f2813a
commit a529169108

View File

@ -133,7 +133,7 @@ namespace llvm {
return Value != 0; return Value != 0;
} }
/// getValue() - Get the value for variable symbols. /// getVariableValue() - Get the value for variable symbols.
const MCExpr *getVariableValue() const { const MCExpr *getVariableValue() const {
assert(isVariable() && "Invalid accessor!"); assert(isVariable() && "Invalid accessor!");
IsUsed = true; IsUsed = true;