#include <assert.h>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31386 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2006-11-02 23:48:53 +00:00
parent 4d5c0014b6
commit 2b8ba512be

View File

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