Clarify a comment.

llvm-svn: 82902
This commit is contained in:
Dan Gohman 2009-09-27 15:41:19 +00:00
parent fc20b67e80
commit e28bd65aed
1 changed files with 2 additions and 1 deletions

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;