diff options
Diffstat (limited to 'tools/llc/llc.cpp')
-rw-r--r-- | tools/llc/llc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index 1490cf4..7c8c3a6 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -13,9 +13,9 @@ #include "llvm/Assembly/PrintModulePass.h" #include "llvm/Bytecode/WriteBytecodePass.h" #include "llvm/Transforms/ConstantMerge.h" -#include "llvm/Support/CommandLine.h" #include "llvm/Module.h" #include "llvm/Method.h" +#include "Support/CommandLine.h" #include <memory> #include <string> #include <fstream> |