mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
* ceil() requires #include <cmath> for compilation
* 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
This commit is contained in:
parent
93127fbc4a
commit
82fd8d8cdd
@ -9,6 +9,7 @@
|
||||
//
|
||||
// This ModuloScheduling pass is based on the Swing Modulo Scheduling
|
||||
// algorithm.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "ModuloSched"
|
||||
@ -26,13 +27,13 @@
|
||||
#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
|
||||
|
@ -9,6 +9,7 @@
|
||||
//
|
||||
// This ModuloScheduling pass is based on the Swing Modulo Scheduling
|
||||
// algorithm.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "ModuloSched"
|
||||
@ -26,13 +27,13 @@
|
||||
#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
|
||||
|
Loading…
x
Reference in New Issue
Block a user