Added #include <cassert>. In GCC 3.3, we don't get assert() through the other
authorJohn Criswell <criswell@uiuc.edu>
Wed, 20 Aug 2003 22:07:45 +0000 (22:07 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 20 Aug 2003 22:07:45 +0000 (22:07 +0000)
language header files like we did under 3.2.1, and we're not grabbing it
through the LLVM header files either.  So just include it directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7996 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/TableGen/InstrSelectorEmitter.h
utils/TableGen/InstrSelectorEmitter.h

index 16ac6bfccf671d861f35bd0f850ba23860844df6..922aa79dfa1b6a7e2488c358206a23c38bb7afcb 100644 (file)
@@ -12,6 +12,8 @@
 #include "CodeGenWrappers.h"
 #include <vector>
 #include <map>
+#include <cassert>
+
 class DagInit;
 class Init;
 class InstrSelectorEmitter;
index 16ac6bfccf671d861f35bd0f850ba23860844df6..922aa79dfa1b6a7e2488c358206a23c38bb7afcb 100644 (file)
@@ -12,6 +12,8 @@
 #include "CodeGenWrappers.h"
 #include <vector>
 #include <map>
+#include <cassert>
+
 class DagInit;
 class Init;
 class InstrSelectorEmitter;