[llvm-commits] [llvm] r82902 - /llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h

Dan Gohman gohman at apple.com
Sun Sep 27 08:41:20 PDT 2009


Author: djg
Date: Sun Sep 27 10:41:19 2009
New Revision: 82902

URL: http://llvm.org/viewvc/llvm-project?rev=82902&view=rev
Log:
Clarify a comment.

Modified:
    llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h

Modified: llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h?rev=82902&r1=82901&r2=82902&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h (original)
+++ llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h Sun Sep 27 10:41:19 2009
@@ -34,7 +34,8 @@
   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;
 





More information about the llvm-commits mailing list