diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-30 01:11:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-30 01:11:43 +0000 |
commit | ece6737f1510080ff655798cf2256d856ea84797 (patch) | |
tree | 4f8b7c0ee798ef68c957bb8e43288fca08ac6db7 /include/llvm/CodeGen/MachineInstr.h | |
parent | b4e48cb096d6fd0761c95cba013cc230ee62fdeb (diff) |
remove unneeded #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45439 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 2058dae57f..91a6e1bd41 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -16,9 +16,7 @@ #ifndef LLVM_CODEGEN_MACHINEINSTR_H #define LLVM_CODEGEN_MACHINEINSTR_H -#include "llvm/ADT/iterator" #include "llvm/Support/DataTypes.h" -#include "llvm/Support/Streams.h" #include <vector> #include <cassert> #include <iosfwd> @@ -82,7 +80,6 @@ private: unsigned char subReg; } auxInfo; - MachineOperand() {} void print(std::ostream &os) const; |