#include <cassert> as necessary...
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 17:58:41 +0000 (17:58 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 17:58:41 +0000 (17:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7315 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DependenceGraph.h
include/llvm/Pass.h
include/llvm/Target/MRegisterInfo.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetRegInfo.h

index 9081e4d9ebbf99f9210b3b420cb6cf1484ac9044..764e9eb1aa54f846216cc725b5f9464d5208e229 100644 (file)
@@ -21,6 +21,7 @@
 #include <iosfwd>
 #include <vector>
 #include <utility>
+#include <cassert>
 
 class Instruction;
 class Function;
index 344baa02baedabce29e0739f8f0667e0daf59f59..6ed693ec0841e80c1ad2206a5330eaf98e363d75 100644 (file)
@@ -26,6 +26,7 @@
 #include <map>
 #include <iosfwd>
 #include <typeinfo>
+#include <cassert>
 class Value;
 class BasicBlock;
 class Function;
index bfe1db6761ea3206128e93ea9f73b8d7e7c6bc7c..dcd489105b6717cc26c1ec2032dd350b2f6bbbc1 100644 (file)
@@ -10,6 +10,7 @@
 #define LLVM_TARGET_MREGISTERINFO_H
 
 #include "llvm/CodeGen/MachineBasicBlock.h"
+#include <cassert>
 
 class Type;
 class MachineFunction;
index 6c585c62af9ed7a638c1a7df52c008f106493118..8e8e0c08992ae70ccd58a4cb9cffc2b832c386c0 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "Support/DataTypes.h"
 #include <vector>
+#include <cassert>
 
 class MachineInstr;
 class TargetMachine;
index e5b1355ac4da5b0a5293f825e76801fa1eaa5301..505f6108949c837684a4bb0b14cc6bd9dcee2a90 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "Support/hash_map"
 #include <string>
+#include <cassert>
 
 class TargetMachine;
 class IGNode;