aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SafeStack.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-09-13 20:30:59 +0000
committerRui Ueyama <ruiu@google.com>2017-09-13 20:30:59 +0000
commita835babef9ae4d522cef2218db0131136e310a7f (patch)
tree5fe09660745b079057d4ced4ff614d553236fe11 /llvm/lib/CodeGen/SafeStack.cpp
parent36f2c4df1204d6947a67c304d7c63e378b397594 (diff)
downloadllvm-a835babef9ae4d522cef2218db0131136e310a7f.zip
llvm-a835babef9ae4d522cef2218db0131136e310a7f.tar.gz
llvm-a835babef9ae4d522cef2218db0131136e310a7f.tar.bz2
Do not use hasArgNoClaim().
Arg instances can be claimed. After claimed, its `isClaimed` function returns true. We do not use that notion in lld, so using NoClaim versions of functions is just confusing. This patch is to just use hasArg instead of hasArgNoClaim. llvm-svn: 313187
Diffstat (limited to 'llvm/lib/CodeGen/SafeStack.cpp')
0 files changed, 0 insertions, 0 deletions