diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-29 19:04:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-29 19:04:31 +0000 |
commit | d5a49c477ded7266bc58d24dd7b5b1ed4b062155 (patch) | |
tree | 891c723d35bc6fed021bb46726c2e8920e87b357 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 6194ee84bae19a18001367d114337d81fa3672da (diff) | |
download | bcm5719-llvm-d5a49c477ded7266bc58d24dd7b5b1ed4b062155.tar.gz bcm5719-llvm-d5a49c477ded7266bc58d24dd7b5b1ed4b062155.zip |
Remove use of an ugly header
llvm-svn: 12002
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineFunction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp index 826ccaf3996..983eed76ef3 100644 --- a/llvm/lib/CodeGen/MachineFunction.cpp +++ b/llvm/lib/CodeGen/MachineFunction.cpp @@ -15,7 +15,6 @@ #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstr.h" -#include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/SSARegMap.h" #include "llvm/CodeGen/MachineFunctionInfo.h" #include "llvm/CodeGen/MachineFrameInfo.h" |