C++11 Rangify loops in AssemblyWriter::printModule, NFC.
[oota-llvm.git] / tools / bugpoint / ListReducer.h
index bd1c5da65c8fa602f740482e6ad10c3879036594..a0bb570a5cb28123d1f63745bae32894e0e8da00 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef BUGPOINT_LIST_REDUCER_H
-#define BUGPOINT_LIST_REDUCER_H
+#ifndef LLVM_TOOLS_BUGPOINT_LISTREDUCER_H
+#define LLVM_TOOLS_BUGPOINT_LISTREDUCER_H
 
-#include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/ErrorHandling.h"
-#include <vector>
-#include <cstdlib>
+#include "llvm/Support/raw_ostream.h"
 #include <algorithm>
+#include <cstdlib>
+#include <vector>
 
 namespace llvm {