mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Sort includes for all of the .h files under the 'lib' tree. These were
missed in the first pass because the script didn't yet handle include guards. Note that the script is now able to handle all of these headers without manual edits. =] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169224 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
#ifndef LLVM_TARGET_NVPTX_H
|
||||
#define LLVM_TARGET_NVPTX_H
|
||||
|
||||
#include "llvm/Value.h"
|
||||
#include "MCTargetDesc/NVPTXBaseInfo.h"
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "MCTargetDesc/NVPTXBaseInfo.h"
|
||||
#include "llvm/Value.h"
|
||||
#include <cassert>
|
||||
#include <iosfwd>
|
||||
|
||||
|
@@ -15,8 +15,8 @@
|
||||
#define NVPTX_ALLOCA_HOISTING_H_
|
||||
|
||||
#include "llvm/CodeGen/MachineFunctionAnalysis.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/DataLayout.h"
|
||||
#include "llvm/Pass.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@@ -16,19 +16,19 @@
|
||||
#define NVPTXASMPRINTER_H
|
||||
|
||||
#include "NVPTX.h"
|
||||
#include "NVPTXTargetMachine.h"
|
||||
#include "NVPTXSubtarget.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/CodeGen/AsmPrinter.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/MC/MCAsmInfo.h"
|
||||
#include "llvm/MC/MCExpr.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/MC/MCSymbol.h"
|
||||
#include "llvm/Support/FormattedStream.h"
|
||||
#include "llvm/Target/Mangler.h"
|
||||
#include "NVPTXTargetMachine.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/CodeGen/AsmPrinter.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/MC/MCAsmInfo.h"
|
||||
#include "llvm/MC/MCExpr.h"
|
||||
#include "llvm/MC/MCSymbol.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/Support/FormattedStream.h"
|
||||
#include "llvm/Target/Mangler.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include <fstream>
|
||||
|
||||
// The ptx syntax and format is very different from that usually seem in a .s
|
||||
|
@@ -15,9 +15,9 @@
|
||||
#ifndef NVPTX_LOWER_AGGR_COPIES_H
|
||||
#define NVPTX_LOWER_AGGR_COPIES_H
|
||||
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/CodeGen/MachineFunctionAnalysis.h"
|
||||
#include "llvm/DataLayout.h"
|
||||
#include "llvm/Pass.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@@ -14,8 +14,8 @@
|
||||
#ifndef LLVM_NVPTXSECTION_H
|
||||
#define LLVM_NVPTXSECTION_H
|
||||
|
||||
#include "llvm/MC/MCSection.h"
|
||||
#include "llvm/GlobalVariable.h"
|
||||
#include "llvm/MC/MCSection.h"
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
@@ -15,8 +15,8 @@
|
||||
#ifndef NVPTX_SPLIT_BB_AT_BAR_H
|
||||
#define NVPTX_SPLIT_BB_AT_BAR_H
|
||||
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/CodeGen/MachineFunctionAnalysis.h"
|
||||
#include "llvm/Pass.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@@ -14,8 +14,8 @@
|
||||
#ifndef NVPTXSUBTARGET_H
|
||||
#define NVPTXSUBTARGET_H
|
||||
|
||||
#include "llvm/Target/TargetSubtargetInfo.h"
|
||||
#include "NVPTX.h"
|
||||
#include "llvm/Target/TargetSubtargetInfo.h"
|
||||
|
||||
#define GET_SUBTARGETINFO_HEADER
|
||||
#include "NVPTXGenSubtargetInfo.inc"
|
||||
|
@@ -15,12 +15,12 @@
|
||||
#ifndef NVPTX_TARGETMACHINE_H
|
||||
#define NVPTX_TARGETMACHINE_H
|
||||
|
||||
#include "NVPTXInstrInfo.h"
|
||||
#include "ManagedStringPool.h"
|
||||
#include "NVPTXFrameLowering.h"
|
||||
#include "NVPTXISelLowering.h"
|
||||
#include "NVPTXInstrInfo.h"
|
||||
#include "NVPTXRegisterInfo.h"
|
||||
#include "NVPTXSubtarget.h"
|
||||
#include "NVPTXFrameLowering.h"
|
||||
#include "ManagedStringPool.h"
|
||||
#include "llvm/DataLayout.h"
|
||||
#include "llvm/Target/TargetFrameLowering.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
|
@@ -14,10 +14,10 @@
|
||||
#ifndef NVPTXUTILITIES_H
|
||||
#define NVPTXUTILITIES_H
|
||||
|
||||
#include "llvm/Value.h"
|
||||
#include "llvm/GlobalVariable.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/GlobalVariable.h"
|
||||
#include "llvm/IntrinsicInst.h"
|
||||
#include "llvm/Value.h"
|
||||
#include <cstdarg>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
Reference in New Issue
Block a user