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/MachineModuleInfo.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/MachineModuleInfo.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineModuleInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp index b1a172c7845..f8796acaef7 100644 --- a/llvm/lib/CodeGen/MachineModuleInfo.cpp +++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp @@ -1875,9 +1875,6 @@ bool DebugLabelFolder::runOnMachineFunction(MachineFunction &MF) { // Get machine module info. MachineModuleInfo *MMI = getAnalysisToUpdate<MachineModuleInfo>(); if (!MMI) return false; - // Get target instruction info. - const TargetInstrInfo *TII = MF.getTarget().getInstrInfo(); - if (!TII) return false; // Track if change is made. bool MadeChange = false; |