1
0
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:
Justin Lebar 2016-07-14 20:08:23 +00:00
parent 6edea3d184
commit 7133008e1f

View File

@ -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)