fix typos in comment; NFC

llvm-svn: 241174
This commit is contained in:
Sanjay Patel 2015-07-01 17:55:07 +00:00
parent 508f040994
commit e4d95c6c9a
1 changed files with 2 additions and 3 deletions

View File

@ -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;