forked from OSchip/llvm-project
parent
fc20b67e80
commit
e28bd65aed
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue