mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Add missing slash to make the doxygen output less confusing.
PR19187. llvm-svn: 204731
This commit is contained in:
parent
a88c889ce0
commit
0685c172d1
@ -281,7 +281,7 @@ public:
|
||||
/// fitsInLegalInteger - This function returns true if the specified type fits
|
||||
/// 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
|
||||
// integer type but i45 does not.
|
||||
/// integer type but i45 does not.
|
||||
bool fitsInLegalInteger(unsigned Width) const {
|
||||
for (unsigned LegalIntWidth : LegalIntWidths)
|
||||
if (Width <= LegalIntWidth)
|
||||
|
Loading…
Reference in New Issue
Block a user