From: Dan Gohman Date: Sun, 27 Sep 2009 15:41:19 +0000 (+0000) Subject: Clarify a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3479d18b98694d9db6c2897ea909e6e381abfe92;p=oota-llvm.git Clarify a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82902 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/PseudoSourceValue.h b/include/llvm/CodeGen/PseudoSourceValue.h index f68f946acdc..c6be645040a 100644 --- a/include/llvm/CodeGen/PseudoSourceValue.h +++ b/include/llvm/CodeGen/PseudoSourceValue.h @@ -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;