mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212228 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
231537a2fa
commit
9c05de8a0a
@ -293,7 +293,7 @@ bool Attribute::operator<(Attribute A) const {
|
|||||||
// AttributeImpl Definition
|
// AttributeImpl Definition
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
// Pin the vtabels to this file.
|
// Pin the vtables to this file.
|
||||||
AttributeImpl::~AttributeImpl() {}
|
AttributeImpl::~AttributeImpl() {}
|
||||||
void EnumAttributeImpl::anchor() {}
|
void EnumAttributeImpl::anchor() {}
|
||||||
void AlignAttributeImpl::anchor() {}
|
void AlignAttributeImpl::anchor() {}
|
||||||
|
@ -20,7 +20,7 @@ using namespace llvm;
|
|||||||
#define GET_SUBTARGETINFO_CTOR
|
#define GET_SUBTARGETINFO_CTOR
|
||||||
#include "SystemZGenSubtargetInfo.inc"
|
#include "SystemZGenSubtargetInfo.inc"
|
||||||
|
|
||||||
// Pin the vtabel to this file.
|
// Pin the vtable to this file.
|
||||||
void SystemZSubtarget::anchor() {}
|
void SystemZSubtarget::anchor() {}
|
||||||
|
|
||||||
SystemZSubtarget &
|
SystemZSubtarget &
|
||||||
|
Loading…
Reference in New Issue
Block a user