[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.h X86Subtarget.h

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



Changes in directory llvm/lib/Target/X86:

X86InstrInfo.h updated: 1.47 -> 1.48
X86Subtarget.h updated: 1.2 -> 1.3
---
Log message:

Eliminate tabs and trailing spaces.

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

 X86InstrInfo.h |    2 +-
 X86Subtarget.h |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)


Index: llvm/lib/Target/X86/X86InstrInfo.h
diff -u llvm/lib/Target/X86/X86InstrInfo.h:1.47 llvm/lib/Target/X86/X86InstrInfo.h:1.48
--- llvm/lib/Target/X86/X86InstrInfo.h:1.47	Wed Jul  6 13:59:04 2005
+++ llvm/lib/Target/X86/X86InstrInfo.h	Wed Jul 27 00:53:44 2005
@@ -107,7 +107,7 @@
     DA = 5 << Op0Shift,   DB = 6 << Op0Shift,
     DC = 7 << Op0Shift,   DD = 8 << Op0Shift,
     DE = 9 << Op0Shift,   DF = 10 << Op0Shift,
-    
+
     // XS, XD - These prefix codes are for single and double precision scalar
     // floating point operations performed in the SSE registers.
     XD = 11 << Op0Shift,   XS = 12 << Op0Shift,


Index: llvm/lib/Target/X86/X86Subtarget.h
diff -u llvm/lib/Target/X86/X86Subtarget.h:1.2 llvm/lib/Target/X86/X86Subtarget.h:1.3
--- llvm/lib/Target/X86/X86Subtarget.h:1.2	Mon Jul 11 21:36:10 2005
+++ llvm/lib/Target/X86/X86Subtarget.h	Wed Jul 27 00:53:44 2005
@@ -24,10 +24,10 @@
   /// stackAlignment - The minimum alignment known to hold of the stack frame on
   /// entry to the function and which must be maintained by every function.
   unsigned stackAlignment;
-  
+
   /// Used by instruction selector
   bool indirectExternAndWeakGlobals;
-  
+
   /// Used by the asm printer
   bool asmDarwinLinkerStubs;
   bool asmLeadingUnderscore;
@@ -36,7 +36,7 @@
   bool asmPrintDotLCommConstants;
   bool asmPrintConstantAlignment;
 public:
-  /// This constructor initializes the data members to match that 
+  /// This constructor initializes the data members to match that
   /// of the specified module.
   ///
   X86Subtarget(const Module &M);
@@ -45,9 +45,9 @@
   /// stack frame on entry to the function and which must be maintained by every
   /// function for this subtarget.
   unsigned getStackAlignment() const { return stackAlignment; }
-  
+
   /// Returns true if the instruction selector should treat global values
-  /// referencing external or weak symbols as indirect rather than direct 
+  /// referencing external or weak symbols as indirect rather than direct
   /// references.
   bool getIndirectExternAndWeakGlobals() const {
     return indirectExternAndWeakGlobals;






More information about the llvm-commits mailing list