[llvm] r320595 - [Function] Remove trailing end-of-line whitespace. NFC.
Brian M. Rzycki via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 08:56:18 PST 2017
Author: brzycki
Date: Wed Dec 13 08:56:18 2017
New Revision: 320595
URL: http://llvm.org/viewvc/llvm-project?rev=320595&view=rev
Log:
[Function] Remove trailing end-of-line whitespace. NFC.
Modified:
llvm/trunk/include/llvm/IR/Function.h
Modified: llvm/trunk/include/llvm/IR/Function.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Function.h?rev=320595&r1=320594&r2=320595&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Function.h (original)
+++ llvm/trunk/include/llvm/IR/Function.h Wed Dec 13 08:56:18 2017
@@ -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.
More information about the llvm-commits
mailing list