Add comment
authorChris Lattner <sabre@nondot.org>
Wed, 25 Dec 2002 05:01:46 +0000 (05:01 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 25 Dec 2002 05:01:46 +0000 (05:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5141 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/MachineInstrInfo.h
include/llvm/Target/TargetInstrInfo.h

index ea16d3dfd8f452f83480e7a31f739bb651c25845..ce6d5b2fe685d043e72b3c8770b919989c7e3bf2 100644 (file)
@@ -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;
 
index ea16d3dfd8f452f83480e7a31f739bb651c25845..ce6d5b2fe685d043e72b3c8770b919989c7e3bf2 100644 (file)
@@ -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;