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/LiveVariables.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/LiveVariables.h')
-rw-r--r-- | include/llvm/CodeGen/LiveVariables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveVariables.h b/include/llvm/CodeGen/LiveVariables.h index 5cb9b98661..866b981b39 100644 --- a/include/llvm/CodeGen/LiveVariables.h +++ b/include/llvm/CodeGen/LiveVariables.h @@ -243,7 +243,7 @@ public: void MarkVirtRegAliveInBlock(VarInfo &VRInfo, MachineBasicBlock *BB); void HandleVirtRegUse(VarInfo &VRInfo, MachineBasicBlock *MBB, - MachineInstr *MI); + MachineInstr *MI); }; } // End llvm namespace |