OSDN Git Service

Clarify a comment.
authorDan Gohman <gohman@apple.com>
Sun, 27 Sep 2009 15:41:19 +0000 (15:41 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 27 Sep 2009 15:41:19 +0000 (15:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82902 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/PseudoSourceValue.h

index f68f946..c6be645 100644 (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;