[llvm-commits] [llvm] r143113 - /llvm/trunk/include/llvm/MC/MCRegisterInfo.h
Jim Grosbach
grosbach at apple.com
Thu Oct 27 10:44:01 PDT 2011
Author: grosbach
Date: Thu Oct 27 12:44:01 2011
New Revision: 143113
URL: http://llvm.org/viewvc/llvm-project?rev=143113&view=rev
Log:
Trailing whitespace.
Modified:
llvm/trunk/include/llvm/MC/MCRegisterInfo.h
Modified: llvm/trunk/include/llvm/MC/MCRegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCRegisterInfo.h?rev=143113&r1=143112&r2=143113&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCRegisterInfo.h (original)
+++ llvm/trunk/include/llvm/MC/MCRegisterInfo.h Thu Oct 27 12:44:01 2011
@@ -169,7 +169,7 @@
else
L2DwarfRegs[LLVMReg] = DwarfReg;
}
-
+
/// mapDwarfRegToLLVMReg - Used to initialize Dwarf register to LLVM
/// register number mapping. Called by TableGen auto-generated routines.
/// *DO NOT USE*.
@@ -179,7 +179,7 @@
else
Dwarf2LRegs[DwarfReg] = LLVMReg;
}
-
+
/// mapLLVMRegToSEHReg - Used to initialize LLVM register to SEH register
/// number mapping. By default the SEH register number is just the same
/// as the LLVM register number.
@@ -301,7 +301,7 @@
return Classes[i];
}
};
-
+
} // End llvm namespace
#endif
More information about the llvm-commits
mailing list