diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFunction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index bc4c4c4f92..d9afd8d65f 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -61,8 +61,8 @@ public: void removeNodeFromList(MachineBasicBlock* N); void transferNodesFromList(iplist<MachineBasicBlock, ilist_traits<MachineBasicBlock> > &toList, - ilist_iterator<MachineBasicBlock> first, - ilist_iterator<MachineBasicBlock> last); + ilist_iterator<MachineBasicBlock> first, + ilist_iterator<MachineBasicBlock> last); }; /// MachineFunctionInfo - This class can be derived from and used by targets to |