projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4e48cb
)
remove unneeded #includes.
author
Chris Lattner
<sabre@nondot.org>
Sun, 30 Dec 2007 01:11:43 +0000
(
01:11
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 30 Dec 2007 01:11:43 +0000
(
01:11
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45439
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineInstr.h
b/include/llvm/CodeGen/MachineInstr.h
index 2058dae57fd421cbaedb3c51607e53fd4e06e675..91a6e1bd4109e0a71924d88c5d2bd428820d3cc0 100644
(file)
--- 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;