Remove "const" from the MachineFunction reference in VLIWPacketizerList
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 22 Jun 2015 18:59:44 +0000 (18:59 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 22 Jun 2015 18:59:44 +0000 (18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240317 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/DFAPacketizer.h

index ccff3883f2bb680a565f730bb511b40bd5657e48..b2690a4a19afd7fa5172187421b77e33f56d1bd1 100644 (file)
@@ -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.