Add a DIModule metadata node to the IR.
[oota-llvm.git] / include / llvm / CodeGen / DFAPacketizer.h
index f9cdc2a469ff39e97628b47fa628c5f5235efbfc..c44a7e0b67363251e9a0a25a45691d36ea2195f7 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.