mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-21 11:38:35 +00:00
fix typos in comment; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241174 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
08f65f9d69
commit
b3d73f5064
@ -642,9 +642,8 @@ namespace llvm {
|
||||
/// legal as the hook is used before type legalization.
|
||||
bool isSafeMemOpType(MVT VT) const override;
|
||||
|
||||
/// Returns true if the target allows
|
||||
/// unaligned memory accesses. of the specified type. Returns whether it
|
||||
/// is "fast" by reference in the second argument.
|
||||
/// Returns true if the target allows unaligned memory accesses of the
|
||||
/// specified type. Returns whether it is "fast" in the last argument.
|
||||
bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, unsigned Align,
|
||||
bool *Fast) const override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user