Skip to content

Commit 305bbb7

Browse files
author
Jim Grosbach
committed
Trailing whitespace.
llvm-svn: 143113
1 parent 49e6a0d commit 305bbb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/MC/MCRegisterInfo.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class MCRegisterInfo {
169169
else
170170
L2DwarfRegs[LLVMReg] = DwarfReg;
171171
}
172-
172+
173173
/// mapDwarfRegToLLVMReg - Used to initialize Dwarf register to LLVM
174174
/// register number mapping. Called by TableGen auto-generated routines.
175175
/// *DO NOT USE*.
@@ -179,7 +179,7 @@ class MCRegisterInfo {
179179
else
180180
Dwarf2LRegs[DwarfReg] = LLVMReg;
181181
}
182-
182+
183183
/// mapLLVMRegToSEHReg - Used to initialize LLVM register to SEH register
184184
/// number mapping. By default the SEH register number is just the same
185185
/// as the LLVM register number.
@@ -301,7 +301,7 @@ class MCRegisterInfo {
301301
return Classes[i];
302302
}
303303
};
304-
304+
305305
} // End llvm namespace
306306

307307
#endif

0 commit comments

Comments
 (0)