mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 16:40:15 +00:00
Fix function name in comment.
llvm-svn: 163783
This commit is contained in:
parent
5931f2813a
commit
a529169108
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user