diff options
Diffstat (limited to 'tools/lli/lli.cpp')
-rw-r--r-- | tools/lli/lli.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index ebe618a..a4e75d8 100644 --- a/tools/lli/lli.cpp +++ b/tools/lli/lli.cpp @@ -9,15 +9,15 @@ // //===----------------------------------------------------------------------===// -#include "Support/CommandLine.h" -#include "Support/Debug.h" +#include "llvm/DerivedTypes.h" +#include "llvm/Module.h" +#include "llvm/Bytecode/Reader.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" #include "llvm/ExecutionEngine/GenericValue.h" -#include "llvm/Bytecode/Reader.h" -#include "llvm/Module.h" #include "llvm/Target/TargetMachineImpls.h" -#include "llvm/DerivedTypes.h" #include "llvm/Target/TargetData.h" +#include "Support/CommandLine.h" +#include "Support/Debug.h" namespace { cl::opt<std::string> |