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

Misha Brukman brukman at cs.uiuc.edu
Thu Oct 14 11:48:07 PDT 2004



Changes in directory llvm/include/llvm/CodeGen:

MachineInstrBuilder.h updated: 1.22 -> 1.23
---
Log message:

Convert tabs to spaces


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

Index: llvm/include/llvm/CodeGen/MachineInstrBuilder.h
diff -u llvm/include/llvm/CodeGen/MachineInstrBuilder.h:1.22 llvm/include/llvm/CodeGen/MachineInstrBuilder.h:1.23
--- llvm/include/llvm/CodeGen/MachineInstrBuilder.h:1.22	Sun May 23 00:04:00 2004
+++ llvm/include/llvm/CodeGen/MachineInstrBuilder.h	Thu Oct 14 13:47:56 2004
@@ -124,13 +124,13 @@
   }
 
   const MachineInstrBuilder &addGlobalAddress(GlobalValue *GV,
-					      bool isPCRelative = false) const {
+                                              bool isPCRelative = false) const {
     MI->addGlobalAddressOperand(GV, isPCRelative);
     return *this;
   }
 
   const MachineInstrBuilder &addExternalSymbol(const std::string &Name,
-					       bool isPCRelative = false) const{
+                                               bool isPCRelative = false) const{
     MI->addExternalSymbolOperand(Name, isPCRelative);
     return *this;
   }






More information about the llvm-commits mailing list