[llvm-commits] CVS: reopt/include/reopt/BinInterface/regmask.h sparcbin.h
Vikram Adve
vadve at cs.uiuc.edu
Sat Sep 13 16:14:32 PDT 2003
Changes in directory reopt/include/reopt/BinInterface:
regmask.h updated: 1.4 -> 1.5
sparcbin.h updated: 1.6 -> 1.7
---
Log message:
Add #include <cassert> to files that use assert().
---
Diffs of the changes:
Index: reopt/include/reopt/BinInterface/regmask.h
diff -u reopt/include/reopt/BinInterface/regmask.h:1.4 reopt/include/reopt/BinInterface/regmask.h:1.5
--- reopt/include/reopt/BinInterface/regmask.h:1.4 Fri Aug 22 12:43:35 2003
+++ reopt/include/reopt/BinInterface/regmask.h Sat Sep 13 16:12:02 2003
@@ -9,6 +9,7 @@
#define REOPT_BININTERFACE_REGMASK_H
#include "bitmath.h"
+#include <cassert>
#include <vector>
#include <iostream>
Index: reopt/include/reopt/BinInterface/sparcbin.h
diff -u reopt/include/reopt/BinInterface/sparcbin.h:1.6 reopt/include/reopt/BinInterface/sparcbin.h:1.7
--- reopt/include/reopt/BinInterface/sparcbin.h:1.6 Fri Aug 22 12:43:36 2003
+++ reopt/include/reopt/BinInterface/sparcbin.h Sat Sep 13 16:12:02 2003
@@ -16,6 +16,7 @@
#include "reopt/InstrUtils.h"
#include "analyze.h"
#include "sparcpriv.h"
+#include <cassert>
#include <map>
#include <vector>
More information about the llvm-commits
mailing list