Remove tabs.
authorDevang Patel <dpatel@apple.com>
Thu, 2 Jul 2009 17:39:40 +0000 (17:39 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 2 Jul 2009 17:39:40 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74712 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineOperand.h

index 10aa493e9df65f5f5c0bf18565fd978fee66a1d3..26ec239f4c8b5da5fff26e1abf164c8598c5964a 100644 (file)
@@ -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);