1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Clarify a comment.

llvm-svn: 82902
This commit is contained in:
Dan Gohman 2009-09-27 15:41:19 +00:00
parent fa43cefae4
commit 473ca67150

View File

@ -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;