mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-08 09:43:20 +00:00
Small fix to the ARM AsmParser to ensure that a
superclass variable is instantiated properly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129713 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d574bb5a6e
commit
f6d9109124
@ -114,6 +114,7 @@ class ARMAsmParser : public TargetAsmParser {
|
||||
public:
|
||||
ARMAsmParser(const Target &T, MCAsmParser &_Parser, TargetMachine &_TM)
|
||||
: TargetAsmParser(T), Parser(_Parser), TM(_TM) {
|
||||
MCAsmParserExtension::Initialize(_Parser);
|
||||
// Initialize the set of available features.
|
||||
setAvailableFeatures(ComputeAvailableFeatures(
|
||||
&TM.getSubtarget<ARMSubtarget>()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user