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 ccff388..b2690a4 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.