s/constexpr/LLVM_CONSTEXPR in AArch64InstrInfo.cpp.
authorJustin Lebar <jlebar@google.com>
Thu, 14 Jul 2016 20:08:23 +0000 (20:08 +0000)
committerJustin Lebar <jlebar@google.com>
Thu, 14 Jul 2016 20:08:23 +0000 (20:08 +0000)
Yet again.

llvm-svn: 275463

llvm/lib/Target/AArch64/AArch64InstrInfo.cpp

index aa80424..90d7df0 100644 (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)