diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-07 07:42:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-07 07:42:25 +0000 |
commit | f3efadcb5bbed7a6c3db94f82031e6d670e22519 (patch) | |
tree | 05806b88df6ae65cfda39432d342b8eb3eef2464 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 69fc766f634acd8cba6bd2017108eb12ab2b7d51 (diff) | |
download | bcm5719-llvm-f3efadcb5bbed7a6c3db94f82031e6d670e22519.tar.gz bcm5719-llvm-f3efadcb5bbed7a6c3db94f82031e6d670e22519.zip |
remove #includage
llvm-svn: 45697
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineBasicBlock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp index a85239b8342..aba3f87ea9d 100644 --- a/llvm/lib/CodeGen/MachineBasicBlock.cpp +++ b/llvm/lib/CodeGen/MachineBasicBlock.cpp @@ -16,7 +16,7 @@ #include "llvm/CodeGen/MachineFunction.h" #include "llvm/Target/MRegisterInfo.h" #include "llvm/Target/TargetData.h" -#include "llvm/Target/TargetInstrInfo.h" +#include "llvm/Target/TargetInstrDesc.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Support/LeakDetector.h" #include <algorithm> |