From: Krzysztof Parzyszek Date: Mon, 22 Jun 2015 18:59:44 +0000 (+0000) Subject: Remove "const" from the MachineFunction reference in VLIWPacketizerList X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=18693ad79a53badf1b674bcbcf569ed96e7bd5b1;p=oota-llvm.git Remove "const" from the MachineFunction reference in VLIWPacketizerList git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240317 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/DFAPacketizer.h b/include/llvm/CodeGen/DFAPacketizer.h index ccff3883f2b..b2690a4a19a 100644 --- a/include/llvm/CodeGen/DFAPacketizer.h +++ b/include/llvm/CodeGen/DFAPacketizer.h @@ -91,7 +91,7 @@ public: // API call is made to prune the dependence. class VLIWPacketizerList { protected: - const MachineFunction &MF; + MachineFunction &MF; const TargetInstrInfo *TII; // The VLIW Scheduler.