Copy clang/Driver/<Option parsing stuff> to llvm.
[oota-llvm.git] / utils / TableGen / CodeGenTarget.h
index ddeecee36fdfc2b67412b4517b5872d92d6da605..4a1c6d8fcb6bc5945a4903e3de89d9c4884233d7 100644 (file)
 #ifndef CODEGEN_TARGET_H
 #define CODEGEN_TARGET_H
 
-#include "CodeGenRegisters.h"
 #include "CodeGenInstruction.h"
-#include "llvm/TableGen/Record.h"
+#include "CodeGenRegisters.h"
 #include "llvm/Support/raw_ostream.h"
+#include "llvm/TableGen/Record.h"
 #include <algorithm>
 
 namespace llvm {