mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-02 09:33:59 +00:00
Add missing slash to make the doxygen output less confusing.
PR19187. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0227461758
commit
33ffbdf057
@ -281,7 +281,7 @@ public:
|
|||||||
/// fitsInLegalInteger - This function returns true if the specified type fits
|
/// fitsInLegalInteger - This function returns true if the specified type fits
|
||||||
/// in a native integer type supported by the CPU. For example, if the CPU
|
/// in a native integer type supported by the CPU. For example, if the CPU
|
||||||
/// only supports i32 as a native integer type, then i27 fits in a legal
|
/// only supports i32 as a native integer type, then i27 fits in a legal
|
||||||
// integer type but i45 does not.
|
/// integer type but i45 does not.
|
||||||
bool fitsInLegalInteger(unsigned Width) const {
|
bool fitsInLegalInteger(unsigned Width) const {
|
||||||
for (unsigned LegalIntWidth : LegalIntWidths)
|
for (unsigned LegalIntWidth : LegalIntWidths)
|
||||||
if (Width <= LegalIntWidth)
|
if (Width <= LegalIntWidth)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user