Reformat blank lines.
[oota-llvm.git] / include / llvm / CodeGen / MachineRegisterInfo.h
index 8314b3833a763f2a7bd10aee8af42396ed906ca6..ee48dca5853d81618f9e5ffa2ef9a78716c7dd90 100644 (file)
@@ -528,7 +528,7 @@ public:
   /// apply sub registers to ToReg in order to obtain a final/proper physical
   /// register.
   void replaceRegWith(unsigned FromReg, unsigned ToReg);
-  
+
   /// getVRegDef - Return the machine instr that defines the specified virtual
   /// register or null if none is found.  This assumes that the code is in SSA
   /// form, so there should only be one definition.