forked from OSchip/llvm-project
Make this compile on case-sensitive file systemsw
llvm-svn: 119905
This commit is contained in:
parent
4687778398
commit
36590fc72a
|
@ -11,8 +11,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Codegen/MachineFrameInfo.h"
|
||||
#include "llvm/Codegen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineFrameInfo.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/Target/TargetFrameInfo.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/Target/TargetRegisterInfo.h"
|
||||
|
|
Loading…
Reference in New Issue