mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-22 22:11:50 +00:00
Fix typos and comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6667646a56
commit
0ef8de30fa
@ -210,7 +210,7 @@ public:
|
|||||||
return Objects[ObjectIdx+NumFixedObjects].Alignment;
|
return Objects[ObjectIdx+NumFixedObjects].Alignment;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// setObjectAlignment - Change the alignment of the spcified stack object...
|
/// setObjectAlignment - Change the alignment of the specified stack object...
|
||||||
void setObjectAlignment(int ObjectIdx, unsigned Align) {
|
void setObjectAlignment(int ObjectIdx, unsigned Align) {
|
||||||
assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() &&
|
assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() &&
|
||||||
"Invalid Object Idx!");
|
"Invalid Object Idx!");
|
||||||
|
@ -512,7 +512,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// getOptimalMemOpType - Returns the target specific optimal type for load
|
/// getOptimalMemOpType - Returns the target specific optimal type for load
|
||||||
/// store operations as result of memset, memcpy, and memmove lowering.
|
/// and store operations as a result of memset, memcpy, and memmove lowering.
|
||||||
/// It returns MVT::iAny if SelectionDAG should be responsible for
|
/// It returns MVT::iAny if SelectionDAG should be responsible for
|
||||||
/// determining it.
|
/// determining it.
|
||||||
virtual MVT::ValueType getOptimalMemOpType(uint64_t Size, unsigned Align,
|
virtual MVT::ValueType getOptimalMemOpType(uint64_t Size, unsigned Align,
|
||||||
|
@ -788,8 +788,8 @@ unsigned X86TargetLowering::getByValTypeAlignment(const Type *Ty) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// getOptimalMemOpType - Returns the target specific optimal type for load
|
/// getOptimalMemOpType - Returns the target specific optimal type for load
|
||||||
/// store operations as result of memset, memcpy, and memmove lowering.
|
/// and store operations as a result of memset, memcpy, and memmove
|
||||||
/// It returns MVT::iAny if SelectionDAG should be responsible for
|
/// lowering. It returns MVT::iAny if SelectionDAG should be responsible for
|
||||||
/// determining it.
|
/// determining it.
|
||||||
MVT::ValueType
|
MVT::ValueType
|
||||||
X86TargetLowering::getOptimalMemOpType(uint64_t Size, unsigned Align,
|
X86TargetLowering::getOptimalMemOpType(uint64_t Size, unsigned Align,
|
||||||
|
@ -338,8 +338,8 @@ namespace llvm {
|
|||||||
virtual unsigned getByValTypeAlignment(const Type *Ty) const;
|
virtual unsigned getByValTypeAlignment(const Type *Ty) const;
|
||||||
|
|
||||||
/// getOptimalMemOpType - Returns the target specific optimal type for load
|
/// getOptimalMemOpType - Returns the target specific optimal type for load
|
||||||
/// store operations as result of memset, memcpy, and memmove lowering.
|
/// and store operations as a result of memset, memcpy, and memmove
|
||||||
/// It returns MVT::iAny if SelectionDAG should be responsible for
|
/// lowering. It returns MVT::iAny if SelectionDAG should be responsible for
|
||||||
/// determining it.
|
/// determining it.
|
||||||
virtual
|
virtual
|
||||||
MVT::ValueType getOptimalMemOpType(uint64_t Size, unsigned Align,
|
MVT::ValueType getOptimalMemOpType(uint64_t Size, unsigned Align,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user