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:
Dan Gohman 2009-09-27 15:41:19 +00:00
parent e6fe67b2fb
commit 3479d18b98

View File

@ -34,7 +34,8 @@ namespace llvm {
public: public:
PseudoSourceValue(); 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; virtual bool isConstant(const MachineFrameInfo *) const;