Sets insertion point of fake cond branch to the last phi node in the block
[oota-llvm.git] / lib / Support / Allocator.cpp
index 7c306b2370e6c30fc3e03ee6dd2ac697c228a42e..f48edac0598ce13ece81ec075fbfbb9b0ca35a10 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Allocator.h"
-#include "llvm/Support/Compiler.h"
-#include "llvm/Support/DataTypes.h"
-#include "llvm/Support/Memory.h"
-#include "llvm/Support/Recycler.h"
 #include "llvm/Support/raw_ostream.h"
-#include <cstring>
 
 namespace llvm {