[SystemZ] Enable unaligned accesses
[oota-llvm.git] / lib / Option / OptTable.cpp
index 3b34bf3b3a819cca157ae31f19fb13faf400d199..5c8a0eacd1f412a4f9f464c004997e387fe90d0a 100644 (file)
@@ -8,12 +8,11 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Option/OptTable.h"
-
 #include "llvm/Option/Arg.h"
 #include "llvm/Option/ArgList.h"
 #include "llvm/Option/Option.h"
-#include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/raw_ostream.h"
 #include <algorithm>
 #include <map>