#include <assert.h>

llvm-svn: 31386
This commit is contained in:
Rafael Espindola 2006-11-02 23:48:53 +00:00
parent 2de0910a1b
commit a1fde82b6b
1 changed files with 1 additions and 0 deletions

View File

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