forked from OSchip/llvm-project
Add a comment about the special meaning of VoidTy in this context.
llvm-svn: 71466
This commit is contained in:
parent
3a4360c728
commit
81c3bf606d
|
@ -1381,6 +1381,8 @@ public:
|
|||
|
||||
/// isLegalAddressingMode - Return true if the addressing mode represented by
|
||||
/// AM is legal for this target, for a load/store of the specified type.
|
||||
/// The type may be VoidTy, in which case only return true if the addressing
|
||||
/// mode is legal for a load/store of any legal type.
|
||||
/// TODO: Handle pre/postinc as well.
|
||||
virtual bool isLegalAddressingMode(const AddrMode &AM, const Type *Ty) const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue