[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineRelocation.h SelectionDAGNodes.h

Jeff Cohen jeffc at jolt-lang.org
Tue Jul 26 22:54:00 PDT 2005



Changes in directory llvm/include/llvm/CodeGen:

MachineRelocation.h updated: 1.6 -> 1.7
SelectionDAGNodes.h updated: 1.44 -> 1.45
---
Log message:

Eliminate tabs and trailing spaces.

---
Diffs of the changes:  (+4 -4)

 MachineRelocation.h |    4 ++--
 SelectionDAGNodes.h |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/include/llvm/CodeGen/MachineRelocation.h
diff -u llvm/include/llvm/CodeGen/MachineRelocation.h:1.6 llvm/include/llvm/CodeGen/MachineRelocation.h:1.7
--- llvm/include/llvm/CodeGen/MachineRelocation.h:1.6	Fri Jul 22 15:46:42 2005
+++ llvm/include/llvm/CodeGen/MachineRelocation.h	Wed Jul 27 00:53:43 2005
@@ -55,7 +55,7 @@
 
 public:
   MachineRelocation(unsigned Offset, unsigned RelocationType, GlobalValue *GV,
-                    intptr_t cst = 0, bool DoesntNeedFunctionStub = 0, 
+                    intptr_t cst = 0, bool DoesntNeedFunctionStub = 0,
                     bool GOTrelative = 0)
     : OffsetTypeExternal(Offset + (RelocationType << 26)), ConstantVal(cst),
       GOTRelative(GOTrelative), isConstPool(0) {
@@ -175,7 +175,7 @@
   }
 
   /// getGOTIndex - Once this has been resolved to an entry in the GOT,
-  /// this returns that index.  The index is from the lowest address entry 
+  /// this returns that index.  The index is from the lowest address entry
   /// in the GOT.
   unsigned getGOTIndex() const {
     return Target.GOTIndex;


Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.44 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.45
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.44	Sat Jul  9 20:55:14 2005
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h	Wed Jul 27 00:53:43 2005
@@ -508,7 +508,7 @@
     assert(ResNo < Values.size() && "Illegal result number!");
     return Values[ResNo];
   }
-  
+
   typedef std::vector<MVT::ValueType>::const_iterator value_iterator;
   value_iterator value_begin() const { return Values.begin(); }
   value_iterator value_end() const { return Values.end(); }
@@ -523,7 +523,7 @@
 
   /// setAdjCallChain - This method should only be used by the legalizer.
   void setAdjCallChain(SDOperand N);
-  
+
 protected:
   friend class SelectionDAG;
 






More information about the llvm-commits mailing list