mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
[FastISel][AArch64] Make AArch64FastISel class final. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217840 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df445d7af2
commit
61c9638f41
@ -40,7 +40,7 @@ using namespace llvm;
|
||||
|
||||
namespace {
|
||||
|
||||
class AArch64FastISel : public FastISel {
|
||||
class AArch64FastISel final : public FastISel {
|
||||
class Address {
|
||||
public:
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user