Set REQUIRES shell on the test cases for r186044
[oota-llvm.git] / lib / Target / XCore / XCoreTargetMachine.h
index f7fec29f5442920c2f8256178b71467bc5fa2a5d..eb9a1aa420eb4f1bcc7dd284234e34bbced7a4e7 100644 (file)
 #define XCORETARGETMACHINE_H
 
 #include "XCoreFrameLowering.h"
-#include "XCoreSubtarget.h"
-#include "XCoreInstrInfo.h"
 #include "XCoreISelLowering.h"
+#include "XCoreInstrInfo.h"
 #include "XCoreSelectionDAGInfo.h"
+#include "XCoreSubtarget.h"
+#include "llvm/IR/DataLayout.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/DataLayout.h"
 
 namespace llvm {