mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Remove "const" from the MachineFunction reference in VLIWPacketizerList
llvm-svn: 240317
This commit is contained in:
parent
a5be37ef3b
commit
1ffe9ef119
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user