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/VMCore/DominatorTreeTest.cpp | |
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/VMCore/DominatorTreeTest.cpp')
-rw-r--r-- | llvm/unittests/VMCore/DominatorTreeTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/unittests/VMCore/DominatorTreeTest.cpp b/llvm/unittests/VMCore/DominatorTreeTest.cpp index f6a90605a71..77449308a4b 100644 --- a/llvm/unittests/VMCore/DominatorTreeTest.cpp +++ b/llvm/unittests/VMCore/DominatorTreeTest.cpp @@ -1,9 +1,9 @@ +#include "llvm/Analysis/Dominators.h" +#include "llvm/Assembly/Parser.h" #include "llvm/Instructions.h" #include "llvm/LLVMContext.h" #include "llvm/Module.h" #include "llvm/PassManager.h" -#include "llvm/Analysis/Dominators.h" -#include "llvm/Assembly/Parser.h" #include "llvm/Support/SourceMgr.h" #include "gtest/gtest.h" |