Make some LLVM_CONSTEXPR variables const. NFC.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 25 Aug 2016 01:05:08 +0000 (01:05 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 25 Aug 2016 01:05:08 +0000 (01:05 +0000)
commit381fc0ee3ce32583786aae1619b97cc28865015d
tree626593774835564c112e5edaa1f783a6d5cbb64b
parent1804a77b2a70dea81cc21b171febcc9df9cc1274
Make some LLVM_CONSTEXPR variables const. NFC.

This patch changes LLVM_CONSTEXPR variable declarations to const
variable declarations, since LLVM_CONSTEXPR expands to nothing if the
current compiler doesn't support constexpr. In all of the changed
cases, it looks like the code intended the variable to be const instead
of sometimes-constexpr sometimes-not.

llvm-svn: 279696
llvm/lib/Analysis/AliasAnalysisSummary.cpp
llvm/lib/Analysis/AliasAnalysisSummary.h
llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp
llvm/lib/Analysis/MemoryBuiltins.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/IR/Attributes.cpp
llvm/lib/Support/APInt.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp