Move the test for the data in code into the ARM directory as it is an ARM
[oota-llvm.git] / tools / llvm-jitlistener / llvm-jitlistener.cpp
index d6f5032d6e62acf5412b29239781167bb73db94b..dbaf075e91cf20d5b1323b9cf0120eacb0ba02c3 100644 (file)
@@ -22,9 +22,9 @@
 #include "llvm/ExecutionEngine/MCJIT.h"
 #include "llvm/ExecutionEngine/ObjectImage.h"
 #include "llvm/IR/Module.h"
+#include "llvm/IRReader/IRReader.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Host.h"
-#include "llvm/Support/IRReader.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/PrettyStackTrace.h"