1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[Function] Remove trailing end-of-line whitespace. NFC.

llvm-svn: 320595
This commit is contained in:
Brian M. Rzycki 2017-12-13 16:56:18 +00:00
parent 387ec5fcb0
commit 2b0687e66e

View File

@ -422,7 +422,7 @@ public:
}
void setOnlyAccessesArgMemory() { addFnAttr(Attribute::ArgMemOnly); }
/// @brief Determine if the function may only access memory that is
/// @brief Determine if the function may only access memory that is
/// inaccessible from the IR.
bool onlyAccessesInaccessibleMemory() const {
return hasFnAttribute(Attribute::InaccessibleMemOnly);
@ -490,7 +490,7 @@ public:
}
void setDoesNotRecurse() {
addFnAttr(Attribute::NoRecurse);
}
}
/// @brief True if the ABI mandates (or the user requested) that this
/// function be in a unwind table.