[llvm-commits] [llvm] r45439 - /llvm/trunk/include/llvm/CodeGen/MachineInstr.h
Chris Lattner
sabre at nondot.org
Sat Dec 29 17:11:43 PST 2007
Author: lattner
Date: Sat Dec 29 19:11:43 2007
New Revision: 45439
URL: http://llvm.org/viewvc/llvm-project?rev=45439&view=rev
Log:
remove unneeded #includes.
Modified:
llvm/trunk/include/llvm/CodeGen/MachineInstr.h
Modified: llvm/trunk/include/llvm/CodeGen/MachineInstr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineInstr.h?rev=45439&r1=45438&r2=45439&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstr.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstr.h Sat Dec 29 19:11:43 2007
@@ -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 @@
unsigned char subReg;
} auxInfo;
-
MachineOperand() {}
void print(std::ostream &os) const;
More information about the llvm-commits
mailing list