forked from OSchip/llvm-project
Appease MSVC
Apply a similar fix to the one in r269006 to LiveIntervalTest.cpp. llvm-svn: 269009
This commit is contained in:
parent
12c91dc4c8
commit
7938eee5d4
|
@ -3,6 +3,7 @@
|
||||||
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
|
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
|
||||||
#include "llvm/CodeGen/MIRParser/MIRParser.h"
|
#include "llvm/CodeGen/MIRParser/MIRParser.h"
|
||||||
#include "llvm/CodeGen/MachineFunction.h"
|
#include "llvm/CodeGen/MachineFunction.h"
|
||||||
|
#include "llvm/CodeGen/MachineModuleInfo.h"
|
||||||
#include "llvm/CodeGen/MachineRegisterInfo.h"
|
#include "llvm/CodeGen/MachineRegisterInfo.h"
|
||||||
#include "llvm/CodeGen/Passes.h"
|
#include "llvm/CodeGen/Passes.h"
|
||||||
#include "llvm/Support/MemoryBuffer.h"
|
#include "llvm/Support/MemoryBuffer.h"
|
||||||
|
|
Loading…
Reference in New Issue