summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 10:23:08 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 10:23:08 +0000
commit130cec21b9030cc83837f256276edfefdf6721da (patch)
tree87ea44513be0c101304a53fcc0d21004ae63c2cb /llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
parent605e30e93cea54655f0dfb0a6eb4ff0d48353f4f (diff)
downloadbcm5719-llvm-130cec21b9030cc83837f256276edfefdf6721da.tar.gz
bcm5719-llvm-130cec21b9030cc83837f256276edfefdf6721da.zip
Sort the #include lines for unittest/...
llvm-svn: 169250
Diffstat (limited to 'llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp')
-rw-r--r--llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp b/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
index be5d152c1c5..2741e02b377 100644
--- a/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
+++ b/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
@@ -7,14 +7,14 @@
//
//===----------------------------------------------------------------------===//
-#include "gtest/gtest.h"
-#include "llvm/ADT/OwningPtr.h"
#include "llvm/ExecutionEngine/JITMemoryManager.h"
+#include "llvm/ADT/ArrayRef.h"
+#include "llvm/ADT/OwningPtr.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/GlobalValue.h"
#include "llvm/LLVMContext.h"
-#include "llvm/ADT/ArrayRef.h"
+#include "gtest/gtest.h"
using namespace llvm;
OpenPOWER on IntegriCloud