Revert/correct some FastISel changes in r170104 (EVT->MVT for
[oota-llvm.git] / lib / Target / ARM / ARMJITInfo.cpp
index 254d8f6b7c7a825787135efc864a38f8950105be..caa5135bfc18196cf5bbfc80765e3a0ff9775e2d 100644 (file)
 #include "ARMConstantPoolValue.h"
 #include "ARMRelocations.h"
 #include "ARMSubtarget.h"
-#include "llvm/Function.h"
 #include "llvm/CodeGen/JITCodeEmitter.h"
+#include "llvm/Function.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/Memory.h"
+#include "llvm/Support/raw_ostream.h"
 #include <cstdlib>
 using namespace llvm;