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)
llvm-svn: 240317

llvm/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.