[X86][SSE] lowerVectorShuffleWithUNPCK - use equivalent shuffle mask test.
[oota-llvm.git] / lib / TableGen / Main.cpp
index 17556a2377f244957f757029eb918c88d6b19349..bb590c7d87f21afd3c492db2e014316aabe37f69 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/TableGen/Main.h"
 #include "TGParser.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/ToolOutputFile.h"
 #include "llvm/TableGen/Error.h"
-#include "llvm/TableGen/Main.h"
 #include "llvm/TableGen/Record.h"
 #include <algorithm>
 #include <cstdio>