Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / RegisterPressure.h
index cc9b1c4643f4373c5b9f79b651f30daf54c48431..ead60e4a5a5fbce4cc7daa345b79b23e734b6b47 100644 (file)
@@ -15,9 +15,9 @@
 #ifndef LLVM_CODEGEN_REGISTERPRESSURE_H
 #define LLVM_CODEGEN_REGISTERPRESSURE_H
 
+#include "llvm/ADT/SparseSet.h"
 #include "llvm/CodeGen/SlotIndexes.h"
 #include "llvm/Target/TargetRegisterInfo.h"
-#include "llvm/ADT/SparseSet.h"
 
 namespace llvm {