mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-20 21:14:28 +00:00
80 lines column after renaming "shouldDiscardValueNames" (NFC)
From: Mehdi Amini <mehdi.amini@apple.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265212 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
64a77d0033
commit
b3cb9bc147
@ -313,7 +313,9 @@ void LLVMContext::deleteGC(const Function &Fn) {
|
||||
pImpl->GCNames.erase(&Fn);
|
||||
}
|
||||
|
||||
bool LLVMContext::shouldDiscardValueNames() const { return pImpl->DiscardValueNames; }
|
||||
bool LLVMContext::shouldDiscardValueNames() const {
|
||||
return pImpl->DiscardValueNames;
|
||||
}
|
||||
|
||||
void LLVMContext::setDiscardValueNames(bool Discard) {
|
||||
pImpl->DiscardValueNames = Discard;
|
||||
|
Loading…
x
Reference in New Issue
Block a user