[llvm-commits] CVS: llvm/include/llvm/Support/CFG.h InstVisitor.h PassNameParser.h

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


Changes in directory llvm/include/llvm/Support:

CFG.h updated: 1.11 -> 1.11.2.1
InstVisitor.h updated: 1.17 -> 1.17.2.1
PassNameParser.h updated: 1.6 -> 1.6.2.1

---
Log message:

Initial checkin of autoconf code.


---
Diffs of the changes:

Index: llvm/include/llvm/Support/CFG.h
diff -u llvm/include/llvm/Support/CFG.h:1.11 llvm/include/llvm/Support/CFG.h:1.11.2.1
--- llvm/include/llvm/Support/CFG.h:1.11	Wed Jun 11 09:01:35 2003
+++ llvm/include/llvm/Support/CFG.h	Mon Jun 23 13:51:57 2003
@@ -13,7 +13,7 @@
 #include "llvm/InstrTypes.h"
 #include "Support/iterator"
 
-#include <assert.h>
+#include "Config/assert.h"
 
 //===--------------------------------------------------------------------===//
 // BasicBlock pred_iterator definition


Index: llvm/include/llvm/Support/InstVisitor.h
diff -u llvm/include/llvm/Support/InstVisitor.h:1.17 llvm/include/llvm/Support/InstVisitor.h:1.17.2.1
--- llvm/include/llvm/Support/InstVisitor.h:1.17	Wed Jun 11 09:01:35 2003
+++ llvm/include/llvm/Support/InstVisitor.h	Mon Jun 23 13:51:57 2003
@@ -44,7 +44,7 @@
 #define LLVM_SUPPORT_INSTVISITOR_H
 
 #include "llvm/Instruction.h"
-#include <assert.h>
+#include "Config/assert.h"
 
 class Module;
 


Index: llvm/include/llvm/Support/PassNameParser.h
diff -u llvm/include/llvm/Support/PassNameParser.h:1.6 llvm/include/llvm/Support/PassNameParser.h:1.6.2.1
--- llvm/include/llvm/Support/PassNameParser.h:1.6	Wed Jun 11 09:01:35 2003
+++ llvm/include/llvm/Support/PassNameParser.h	Mon Jun 23 13:51:57 2003
@@ -20,7 +20,7 @@
 #include "llvm/Pass.h"
 #include <algorithm>
 #include <iostream>
-#include <assert.h>
+#include "Config/assert.h"
 
 //===----------------------------------------------------------------------===//
 // PassNameParser class - Make use of the pass registration mechanism to





More information about the llvm-commits mailing list