From 18693ad79a53badf1b674bcbcf569ed96e7bd5b1 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Mon, 22 Jun 2015 18:59:44 +0000 Subject: [PATCH] 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 --- include/llvm/CodeGen/DFAPacketizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1