mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
s/constexpr/LLVM_CONSTEXPR in AArch64InstrInfo.cpp.
Yet again. llvm-svn: 275463
This commit is contained in:
parent
6edea3d184
commit
7133008e1f
@ -29,7 +29,7 @@ using namespace llvm;
|
||||
#define GET_INSTRINFO_CTOR_DTOR
|
||||
#include "AArch64GenInstrInfo.inc"
|
||||
|
||||
static constexpr MachineMemOperand::Flags MOSuppressPair =
|
||||
static LLVM_CONSTEXPR MachineMemOperand::Flags MOSuppressPair =
|
||||
MachineMemOperand::MOTargetFlag1;
|
||||
|
||||
AArch64InstrInfo::AArch64InstrInfo(const AArch64Subtarget &STI)
|
||||
|
Loading…
Reference in New Issue
Block a user