Deleted Added
full compact
ScoreboardHazardRecognizer.h (224145) ScoreboardHazardRecognizer.h (249423)
1//=- llvm/CodeGen/ScoreboardHazardRecognizer.h - Schedule Support -*- C++ -*-=//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 4 unchanged lines hidden (view full) ---

13//
14//===----------------------------------------------------------------------===//
15
16#ifndef LLVM_CODEGEN_SCOREBOARDHAZARDRECOGNIZER_H
17#define LLVM_CODEGEN_SCOREBOARDHAZARDRECOGNIZER_H
18
19#include "llvm/CodeGen/ScheduleHazardRecognizer.h"
20#include "llvm/Support/DataTypes.h"
1//=- llvm/CodeGen/ScoreboardHazardRecognizer.h - Schedule Support -*- C++ -*-=//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 4 unchanged lines hidden (view full) ---

13//
14//===----------------------------------------------------------------------===//
15
16#ifndef LLVM_CODEGEN_SCOREBOARDHAZARDRECOGNIZER_H
17#define LLVM_CODEGEN_SCOREBOARDHAZARDRECOGNIZER_H
18
19#include "llvm/CodeGen/ScheduleHazardRecognizer.h"
20#include "llvm/Support/DataTypes.h"
21
22#include <cassert>
23#include <cstring>
24
25namespace llvm {
26
27class InstrItineraryData;
28class ScheduleDAG;
29class SUnit;

--- 98 unchanged lines hidden ---
21#include <cassert>
22#include <cstring>
23
24namespace llvm {
25
26class InstrItineraryData;
27class ScheduleDAG;
28class SUnit;

--- 98 unchanged lines hidden ---