diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-09 20:08:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-09 20:08:06 +0000 |
commit | 959a5fbf8eb83a50a811382b9778293584cb0345 (patch) | |
tree | e2676bab8c44e221e61e2012c95e764490879604 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 02e7a86fec281d636a7f1fee7ad92c4c58797509 (diff) | |
download | bcm5719-llvm-959a5fbf8eb83a50a811382b9778293584cb0345.tar.gz bcm5719-llvm-959a5fbf8eb83a50a811382b9778293584cb0345.zip |
* Removed extraneous #includes
* Fixed file headers to be consistent with the rest of LLVM
* Other minor fixes
llvm-svn: 3278
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineInstr.cpp | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 124c28a2d97..79034113fc1 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp @@ -1,25 +1,12 @@ -// $Id$ -//*************************************************************************** -// File: -// MachineInstr.cpp +//===-- MachineInstr.cpp --------------------------------------------------===// // -// Purpose: -// -// -// Strategy: -// -// History: -// 7/2/01 - Vikram Adve - Created -//**************************************************************************/ +//===----------------------------------------------------------------------===// #include "llvm/CodeGen/MachineInstr.h" #include "llvm/Value.h" -#include <iostream> using std::cerr; -//************************ Class Implementations **************************/ - // Constructor for instructions with fixed #operands (nearly all) MachineInstr::MachineInstr(MachineOpCode _opCode, OpCodeMask _opCodeMask) |