diff options
Diffstat (limited to 'llvm/unittests/Target/AArch64/AArch64InstPrinterTest.cpp')
| -rw-r--r-- | llvm/unittests/Target/AArch64/AArch64InstPrinterTest.cpp | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/unittests/Target/AArch64/AArch64InstPrinterTest.cpp b/llvm/unittests/Target/AArch64/AArch64InstPrinterTest.cpp index 4dfc0bc..a835a34 100644 --- a/llvm/unittests/Target/AArch64/AArch64InstPrinterTest.cpp +++ b/llvm/unittests/Target/AArch64/AArch64InstPrinterTest.cpp @@ -36,10 +36,8 @@ static std::string AArch64InstPrinterTestPrintAlignedLabel(uint64_t value) {    MCAsmInfo MAI;    MCInstrInfo MII;    MCRegisterInfo MRI; -  MCSubtargetInfo STI(Triple(""), "", "", "", {}, -                      ArrayRef((SubtargetFeatureKV *)NULL, (size_t)0), -                      ArrayRef((SubtargetSubTypeKV *)NULL, (size_t)0), NULL, -                      NULL, NULL, NULL, NULL, NULL); +  MCSubtargetInfo STI(Triple(""), "", "", "", {}, {}, {}, nullptr, nullptr, +                      nullptr, nullptr, nullptr, nullptr);    MCContext Ctx(Triple(""), &MAI, &MRI, &STI);    MCInst MI;  | 
