1
0
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:
Krzysztof Parzyszek 2015-06-22 18:59:44 +00:00
parent a5be37ef3b
commit 1ffe9ef119

View 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.