MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.

llvm-svn: 31219
This commit is contained in:
Bill Wendling 2006-10-27 18:47:29 +00:00
parent 6ca4a345dd
commit e0412f500e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/MathExtras.h"
#include "llvm/Support/MathExtras.h"
using namespace llvm;
//===----------------------------------------------------------------------===//