* ceil() requires #include <cmath> for compilation
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 2 Aug 2004 13:59:10 +0000 (13:59 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 2 Aug 2004 13:59:10 +0000 (13:59 +0000)
* Alphabetize #includes
* Fix some lines to fit within 80 cols

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15412 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp

index 7cec3f1f13fedfdadea69d99285afeb961ab38a4..dc3e1ae6de06b28499959280e289e8977e9d649b 100644 (file)
@@ -9,6 +9,7 @@
 // 
 //  This ModuloScheduling pass is based on the Swing Modulo Scheduling 
 //  algorithm. 
+// 
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "ModuloSched"
 #include "Support/Debug.h"
 #include "Support/GraphWriter.h"
 #include "Support/StringExtras.h"
-#include <vector>
-#include <utility>
+#include <cmath>
 #include <fstream>
 #include <sstream>
+#include <utility>
+#include <vector>
 #include "../../Target/SparcV9/SparcV9Internals.h"
 #include "../../Target/SparcV9/SparcV9RegisterInfo.h"
-
 using namespace llvm;
 
 /// Create ModuloSchedulingPass
index 7cec3f1f13fedfdadea69d99285afeb961ab38a4..dc3e1ae6de06b28499959280e289e8977e9d649b 100644 (file)
@@ -9,6 +9,7 @@
 // 
 //  This ModuloScheduling pass is based on the Swing Modulo Scheduling 
 //  algorithm. 
+// 
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "ModuloSched"
 #include "Support/Debug.h"
 #include "Support/GraphWriter.h"
 #include "Support/StringExtras.h"
-#include <vector>
-#include <utility>
+#include <cmath>
 #include <fstream>
 #include <sstream>
+#include <utility>
+#include <vector>
 #include "../../Target/SparcV9/SparcV9Internals.h"
 #include "../../Target/SparcV9/SparcV9RegisterInfo.h"
-
 using namespace llvm;
 
 /// Create ModuloSchedulingPass