mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 01:15:36 +00:00
[CodeGen] s/constexpr/LLVM_CONSTEXPR/ in MachineMemOperand.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275441 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e53b5c23a2
commit
3eef3988f6
@ -90,11 +90,11 @@ struct MachinePointerInfo {
|
||||
class MachineMemOperand {
|
||||
public:
|
||||
// This is the number of bits we need to represent flags.
|
||||
static constexpr unsigned MOMaxBits = 8;
|
||||
static LLVM_CONSTEXPR unsigned MOMaxBits = 8;
|
||||
|
||||
// Target hints allow target passes to annotate memory operations.
|
||||
static constexpr unsigned MOTargetStartBit = 5;
|
||||
static constexpr unsigned MOTargetNumBits = 3;
|
||||
static LLVM_CONSTEXPR unsigned MOTargetStartBit = 5;
|
||||
static LLVM_CONSTEXPR unsigned MOTargetNumBits = 3;
|
||||
|
||||
/// Flags values. These may be or'd together.
|
||||
enum Flags : uint16_t {
|
||||
|
Loading…
x
Reference in New Issue
Block a user