[llvm-commits] CVS: llvm/include/llvm/Reoptimizer/BinInterface/regmask.h sparcbin.h

John Criswell criswell at choi.cs.uiuc.edu
Mon Jun 23 13:53:08 PDT 2003


Changes in directory llvm/include/llvm/Reoptimizer/BinInterface:

regmask.h updated: 1.2 -> 1.2.2.1
sparcbin.h updated: 1.3 -> 1.3.2.1

---
Log message:

Initial checkin of autoconf code.


---
Diffs of the changes:

Index: llvm/include/llvm/Reoptimizer/BinInterface/regmask.h
diff -u llvm/include/llvm/Reoptimizer/BinInterface/regmask.h:1.2 llvm/include/llvm/Reoptimizer/BinInterface/regmask.h:1.2.2.1
--- llvm/include/llvm/Reoptimizer/BinInterface/regmask.h:1.2	Wed Jun 11 09:01:34 2003
+++ llvm/include/llvm/Reoptimizer/BinInterface/regmask.h	Mon Jun 23 13:51:55 2003
@@ -11,7 +11,7 @@
 #include "bitmath.h"
 #include <vector>
 #include <iostream>
-#include <assert.h>
+#include "Config/assert.h"
 
 #define VREG_ISMEM(x) (x >= 32)
 #define VREG_ISREG(x) (x <  32)


Index: llvm/include/llvm/Reoptimizer/BinInterface/sparcbin.h
diff -u llvm/include/llvm/Reoptimizer/BinInterface/sparcbin.h:1.3 llvm/include/llvm/Reoptimizer/BinInterface/sparcbin.h:1.3.2.1
--- llvm/include/llvm/Reoptimizer/BinInterface/sparcbin.h:1.3	Wed Jun 11 09:01:34 2003
+++ llvm/include/llvm/Reoptimizer/BinInterface/sparcbin.h	Mon Jun 23 13:51:55 2003
@@ -18,7 +18,7 @@
 #include "sparcpriv.h"
 #include <map>
 #include <vector>
-#include <assert.h>
+#include "Config/assert.h"
 
 using std::vector;
 





More information about the llvm-commits mailing list