[llvm-commits] CVS: llvm/include/llvm/Support/CFG.h InstVisitor.h PassNameParser.h
John Criswell
criswell at choi.cs.uiuc.edu
Fri Jun 27 13:33:29 PDT 2003
Changes in directory llvm/include/llvm/Support:
CFG.h updated: 1.11.2.1 -> 1.11.2.2
InstVisitor.h updated: 1.17.2.1 -> 1.17.2.2
PassNameParser.h updated: 1.6.2.1 -> 1.6.2.2
---
Log message:
Removed the user of assert.h. It is now globally included in
llvm/AbstractTypeUser.h.
Updated some of the files to use the header files from include/Config instead
of directly including the system header files.
---
Diffs of the changes:
Index: llvm/include/llvm/Support/CFG.h
diff -u llvm/include/llvm/Support/CFG.h:1.11.2.1 llvm/include/llvm/Support/CFG.h:1.11.2.2
--- llvm/include/llvm/Support/CFG.h:1.11.2.1 Mon Jun 23 13:51:57 2003
+++ llvm/include/llvm/Support/CFG.h Fri Jun 27 13:32:09 2003
@@ -13,8 +13,6 @@
#include "llvm/InstrTypes.h"
#include "Support/iterator"
-#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.2.1 llvm/include/llvm/Support/InstVisitor.h:1.17.2.2
--- llvm/include/llvm/Support/InstVisitor.h:1.17.2.1 Mon Jun 23 13:51:57 2003
+++ llvm/include/llvm/Support/InstVisitor.h Fri Jun 27 13:32:09 2003
@@ -44,7 +44,6 @@
#define LLVM_SUPPORT_INSTVISITOR_H
#include "llvm/Instruction.h"
-#include "Config/assert.h"
class Module;
Index: llvm/include/llvm/Support/PassNameParser.h
diff -u llvm/include/llvm/Support/PassNameParser.h:1.6.2.1 llvm/include/llvm/Support/PassNameParser.h:1.6.2.2
--- llvm/include/llvm/Support/PassNameParser.h:1.6.2.1 Mon Jun 23 13:51:57 2003
+++ llvm/include/llvm/Support/PassNameParser.h Fri Jun 27 13:32:09 2003
@@ -20,7 +20,6 @@
#include "llvm/Pass.h"
#include <algorithm>
#include <iostream>
-#include "Config/assert.h"
//===----------------------------------------------------------------------===//
// PassNameParser class - Make use of the pass registration mechanism to
More information about the llvm-commits
mailing list