mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove stray semicolon. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd5cde6e60
commit
aa17b5dd2d
@ -2238,7 +2238,7 @@ static void RemoveDerefAttrAtIndex(LLVMContext &Ctx, AttrHolder &AH,
|
||||
if (!R.empty())
|
||||
AH.setAttributes(AH.getAttributes().removeAttributes(
|
||||
Ctx, Index, AttributeSet::get(Ctx, Index, R)));
|
||||
};
|
||||
}
|
||||
|
||||
void
|
||||
RewriteStatepointsForGC::stripDereferenceabilityInfoFromPrototype(Function &F) {
|
||||
|
Loading…
Reference in New Issue
Block a user