]> granicus.if.org Git - llvm/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275463 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64InstrInfo.cpp

index aa804240dfc1419205290480c4f9d6d528be194a..90d7df07f00558924658b7a95653516d224c3566 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)