aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/PseudoSourceValue.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-27 15:41:19 +0000
committerDan Gohman <gohman@apple.com>2009-09-27 15:41:19 +0000
commit3479d18b98694d9db6c2897ea909e6e381abfe92 (patch)
tree3c51c7ac4043e092d65246ece781eb93a0b7c87f /include/llvm/CodeGen/PseudoSourceValue.h
parente6fe67b2fb48b1f0f3c1ac8c1ce01e67c1f0bb1d (diff)
downloadexternal_llvm-3479d18b98694d9db6c2897ea909e6e381abfe92.zip
external_llvm-3479d18b98694d9db6c2897ea909e6e381abfe92.tar.gz
external_llvm-3479d18b98694d9db6c2897ea909e6e381abfe92.tar.bz2
Clarify a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82902 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/PseudoSourceValue.h')
-rw-r--r--include/llvm/CodeGen/PseudoSourceValue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/PseudoSourceValue.h b/include/llvm/CodeGen/PseudoSourceValue.h
index f68f946..c6be645 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;