assert.h -> cassert

llvm-svn: 31399
This commit is contained in:
Rafael Espindola 2006-11-03 01:38:14 +00:00
parent 62e2cad6b8
commit f16dbf697a
1 changed files with 1 additions and 1 deletions

View File

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