diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 03:46:24 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 03:46:24 +0000 |
commit | 00876a2808f1a8061f7e0852c7949fc5074ecb04 (patch) | |
tree | 1963463fa0b10be10845d9a8801a7271f34c5bcf /include/llvm/CodeGen/MachineFunction.h | |
parent | 21bbf8d0222383cbba01191bd046736c40e25c9a (diff) |
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21438 91177308-0d34-0410-b5e6-96231b3b80d8
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 |