Add extra headers that got deleted by my revert in r289916 but for which

new usage had already grown in the file.

llvm-svn: 289917
This commit is contained in:
Chandler Carruth 2016-12-16 04:08:31 +00:00
parent 4154062b69
commit ba5de63bc3
1 changed files with 2 additions and 1 deletions

View File

@ -16,14 +16,15 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/CodeGen/SelectionDAGTargetInfo.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"