aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-25 17:34:17 +0000
committerChris Lattner <sabre@nondot.org>2003-07-25 17:34:17 +0000
commitd957518b51ec853a115f277f8c080e6d55b4fd7c (patch)
treede1e842c20f2893719939000acfdd1895bc0ce49 /include/llvm/Analysis
parentb1512d2a7a954d5c7ed7a3937d638f696a3e5116 (diff)
Use the C++ <cassert> header, not the C <assert.h> header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7310 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis')
-rw-r--r--include/llvm/Analysis/DSSupport.h2
-rw-r--r--include/llvm/Analysis/DataStructure/DSSupport.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DSSupport.h b/include/llvm/Analysis/DSSupport.h
index 7ba9b0c43c..ae9d52a869 100644
--- a/include/llvm/Analysis/DSSupport.h
+++ b/include/llvm/Analysis/DSSupport.h
@@ -10,7 +10,7 @@
#include <vector>
#include <functional>
#include <string>
-#include <assert.h>
+#include <cassert>
#include "Support/HashExtras.h"
#include "Support/hash_set"
diff --git a/include/llvm/Analysis/DataStructure/DSSupport.h b/include/llvm/Analysis/DataStructure/DSSupport.h
index 7ba9b0c43c..ae9d52a869 100644
--- a/include/llvm/Analysis/DataStructure/DSSupport.h
+++ b/include/llvm/Analysis/DataStructure/DSSupport.h
@@ -10,7 +10,7 @@
#include <vector>
#include <functional>
#include <string>
-#include <assert.h>
+#include <cassert>
#include "Support/HashExtras.h"
#include "Support/hash_set"