[llvm-commits] CVS: reopt/include/reopt/InstrUtils.h

Brian Gaeke gaeke at cs.uiuc.edu
Mon Oct 6 13:17:01 PDT 2003


Changes in directory reopt/include/reopt:

InstrUtils.h updated: 1.7 -> 1.8

---
Log message:

Move more hex constants of instructions here.


---
Diffs of the changes:

Index: reopt/include/reopt/InstrUtils.h
diff -u reopt/include/reopt/InstrUtils.h:1.7 reopt/include/reopt/InstrUtils.h:1.8
--- reopt/include/reopt/InstrUtils.h:1.7	Fri Aug 22 12:43:34 2003
+++ reopt/include/reopt/InstrUtils.h	Mon Oct  6 13:15:56 2003
@@ -11,7 +11,9 @@
 #include "Support/DataTypes.h"
 #include <algorithm>
 
-#define NOP 0x01000000
+#define BRANCH_ALWAYS 0x10800000
+#define CALL          0x40000000
+#define NOP           0x01000000
 
 uint64_t getBranchTarget(unsigned int y, uint64_t oldAdd);
 unsigned int getBranchInst(unsigned int a, uint64_t to, uint64_t pc);





More information about the llvm-commits mailing list