diff options
-rw-r--r-- | include/llvm/Target/MachineInstrInfo.h | 2 | ||||
-rw-r--r-- | include/llvm/Target/TargetInstrInfo.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Target/MachineInstrInfo.h b/include/llvm/Target/MachineInstrInfo.h index ea16d3dfd8..ce6d5b2fe6 100644 --- a/include/llvm/Target/MachineInstrInfo.h +++ b/include/llvm/Target/MachineInstrInfo.h @@ -53,7 +53,7 @@ const unsigned M_LOAD_FLAG = 1 << 10; const unsigned M_PREFETCH_FLAG = 1 << 11; const unsigned M_STORE_FLAG = 1 << 12; const unsigned M_DUMMY_PHI_FLAG = 1 << 13; -const unsigned M_PSEUDO_FLAG = 1 << 14; +const unsigned M_PSEUDO_FLAG = 1 << 14; // Pseudo instruction // 3-addr instructions which really work like 2-addr ones, eg. X86 add/sub const unsigned M_2_ADDR_FLAG = 1 << 15; diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index ea16d3dfd8..ce6d5b2fe6 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -53,7 +53,7 @@ const unsigned M_LOAD_FLAG = 1 << 10; const unsigned M_PREFETCH_FLAG = 1 << 11; const unsigned M_STORE_FLAG = 1 << 12; const unsigned M_DUMMY_PHI_FLAG = 1 << 13; -const unsigned M_PSEUDO_FLAG = 1 << 14; +const unsigned M_PSEUDO_FLAG = 1 << 14; // Pseudo instruction // 3-addr instructions which really work like 2-addr ones, eg. X86 add/sub const unsigned M_2_ADDR_FLAG = 1 << 15; |