diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 10:23:08 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 10:23:08 +0000 |
| commit | 130cec21b9030cc83837f256276edfefdf6721da (patch) | |
| tree | 87ea44513be0c101304a53fcc0d21004ae63c2cb /llvm/unittests/ExecutionEngine/MCJIT | |
| parent | 605e30e93cea54655f0dfb0a6eb4ff0d48353f4f (diff) | |
| download | bcm5719-llvm-130cec21b9030cc83837f256276edfefdf6721da.tar.gz bcm5719-llvm-130cec21b9030cc83837f256276edfefdf6721da.zip | |
Sort the #include lines for unittest/...
llvm-svn: 169250
Diffstat (limited to 'llvm/unittests/ExecutionEngine/MCJIT')
3 files changed, 4 insertions, 4 deletions
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp b/llvm/unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp index eeea9d7652b..ab09acad0d3 100644 --- a/llvm/unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp +++ b/llvm/unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp @@ -7,10 +7,10 @@ //
//===----------------------------------------------------------------------===//
-#include "gtest/gtest.h"
-#include "llvm/ADT/OwningPtr.h"
#include "llvm/ExecutionEngine/SectionMemoryManager.h"
+#include "llvm/ADT/OwningPtr.h"
#include "llvm/ExecutionEngine/JIT.h"
+#include "gtest/gtest.h"
using namespace llvm;
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp b/llvm/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp index 92230f3f5e0..e9cf904b181 100644 --- a/llvm/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp +++ b/llvm/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp @@ -12,9 +12,9 @@ // //===----------------------------------------------------------------------===// -#include "gtest/gtest.h" #include "llvm/ExecutionEngine/MCJIT.h" #include "MCJITTestBase.h" +#include "gtest/gtest.h" using namespace llvm; diff --git a/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h b/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h index e34074b2e0a..006bbbe5289 100644 --- a/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h +++ b/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h @@ -17,8 +17,8 @@ #ifndef MCJIT_TEST_BASE_H #define MCJIT_TEST_BASE_H -#include "llvm/ADT/Triple.h" #include "llvm/ADT/SmallVector.h" +#include "llvm/ADT/Triple.h" #include "llvm/Config/config.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" #include "llvm/ExecutionEngine/SectionMemoryManager.h" |

