[llvm-commits] [llvm] r74712 - /llvm/trunk/include/llvm/CodeGen/MachineOperand.h

Devang Patel dpatel at apple.com
Thu Jul 2 10:39:50 PDT 2009


Author: dpatel
Date: Thu Jul  2 12:39:40 2009
New Revision: 74712

URL: http://llvm.org/viewvc/llvm-project?rev=74712&view=rev
Log:
Remove tabs.

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineOperand.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineOperand.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineOperand.h?rev=74712&r1=74711&r2=74712&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineOperand.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineOperand.h Thu Jul  2 12:39:40 2009
@@ -109,7 +109,7 @@
         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 @@
     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);





More information about the llvm-commits mailing list