mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-16 12:24:03 +00:00
remove unneeded #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -16,9 +16,7 @@
|
|||||||
#ifndef LLVM_CODEGEN_MACHINEINSTR_H
|
#ifndef LLVM_CODEGEN_MACHINEINSTR_H
|
||||||
#define LLVM_CODEGEN_MACHINEINSTR_H
|
#define LLVM_CODEGEN_MACHINEINSTR_H
|
||||||
|
|
||||||
#include "llvm/ADT/iterator"
|
|
||||||
#include "llvm/Support/DataTypes.h"
|
#include "llvm/Support/DataTypes.h"
|
||||||
#include "llvm/Support/Streams.h"
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <iosfwd>
|
#include <iosfwd>
|
||||||
@ -82,7 +80,6 @@ private:
|
|||||||
unsigned char subReg;
|
unsigned char subReg;
|
||||||
} auxInfo;
|
} auxInfo;
|
||||||
|
|
||||||
|
|
||||||
MachineOperand() {}
|
MachineOperand() {}
|
||||||
|
|
||||||
void print(std::ostream &os) const;
|
void print(std::ostream &os) const;
|
||||||
|
Reference in New Issue
Block a user