mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
Clarify a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e6fe67b2fb
commit
3479d18b98
@ -34,7 +34,8 @@ namespace llvm {
|
||||
public:
|
||||
PseudoSourceValue();
|
||||
|
||||
/// isConstant - Test whether this PseudoSourceValue has a constant value.
|
||||
/// isConstant - Test whether the memory pointed to by this
|
||||
/// PseudoSourceValue has a constant value.
|
||||
///
|
||||
virtual bool isConstant(const MachineFrameInfo *) const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user