]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blobdiff - lib/CodeGen/JumpInstrTables.cpp
[cleanup] Re-sort all the #include lines in LLVM using
[opencl/llvm.git] / lib / CodeGen / JumpInstrTables.cpp
index bc796ed484174c8cb3bdc47b2845b75f90304af2..75fa261973981b2968fa45f41021676f49c70841 100644 (file)
@@ -13,7 +13,6 @@
 #define DEBUG_TYPE "jt"
 
 #include "llvm/CodeGen/JumpInstrTables.h"
-
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Analysis/JumpInstrTableInfo.h"
 #include "llvm/CodeGen/Passes.h"
@@ -30,7 +29,6 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
-
 #include <vector>
 
 using namespace llvm;