This patch introduces initial-exec model support for thread-local storage
[oota-llvm.git] / include / llvm / MC / MCSubtargetInfo.h
index 69213cd77d9252dfa7d5b0b0ee8ed554ee33d6b9..346fb2df0ffc03e4ab8515dcc1c13ad31bdf78ec 100644 (file)
@@ -14,8 +14,8 @@
 #ifndef LLVM_MC_MCSUBTARGET_H
 #define LLVM_MC_MCSUBTARGET_H
 
-#include "llvm/MC/SubtargetFeature.h"
 #include "llvm/MC/MCInstrItineraries.h"
+#include "llvm/MC/SubtargetFeature.h"
 #include <string>
 
 namespace llvm {