diff options
author | Devang Patel <dpatel@apple.com> | 2009-07-02 17:39:40 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-07-02 17:39:40 +0000 |
commit | 87d33f69194f5fb39080b048b41f51df595c72c9 (patch) | |
tree | f161866fae0b0657a80f2ace5644a3b83b9f9d91 /include/llvm/CodeGen/MachineOperand.h | |
parent | 31b798197e441533b78fd9da1463dc38555a2fe1 (diff) |
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineOperand.h')
-rw-r--r-- | include/llvm/CodeGen/MachineOperand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineOperand.h b/include/llvm/CodeGen/MachineOperand.h index 10aa493e9d..26ec239f4c 100644 --- a/include/llvm/CodeGen/MachineOperand.h +++ b/include/llvm/CodeGen/MachineOperand.h @@ -109,7 +109,7 @@ private: int Index; // For MO_*Index - The index itself. const char *SymbolName; // For MO_ExternalSymbol. GlobalValue *GV; // For MO_GlobalAddress. - MDNode *Node; // For MO_Metadata. + MDNode *Node; // For MO_Metadata. } Val; int64_t Offset; // An offset from the object. } OffsetedInfo; @@ -431,7 +431,7 @@ public: return Op; } static MachineOperand CreateMDNode(MDNode *N, int64_t Offset, - unsigned char TargetFlags = 0) { + unsigned char TargetFlags = 0) { MachineOperand Op(MachineOperand::MO_Metadata); Op.Contents.OffsetedInfo.Val.Node = N; Op.setOffset(Offset); |