assert.h -> cassert

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31399 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2006-11-03 01:38:14 +00:00
parent ffa0a9b7ea
commit 39c6d3aac1

View File

@ -16,7 +16,7 @@
#include "llvm/ADT/FoldingSet.h"
#include "llvm/Support/MathExtras.h"
#include <assert.h>
#include <cassert>
using namespace llvm;
//===----------------------------------------------------------------------===//