mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
Fix an apparent typo.
llvm-svn: 76183
This commit is contained in:
parent
ba889e5a71
commit
e2276d0168
@ -2398,7 +2398,7 @@ public:
|
||||
|
||||
/// @brief Determine if the call does not access memory.
|
||||
bool doesNotAccessMemory() const {
|
||||
return paramHasAttr(0, Attribute::ReadNone);
|
||||
return paramHasAttr(~0, Attribute::ReadNone);
|
||||
}
|
||||
void setDoesNotAccessMemory(bool NotAccessMemory = true) {
|
||||
if (NotAccessMemory) addAttribute(~0, Attribute::ReadNone);
|
||||
|
Loading…
x
Reference in New Issue
Block a user