mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0956faba3d
commit
f36f20ae7a
@ -414,8 +414,8 @@ public:
|
||||
return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize);
|
||||
}
|
||||
|
||||
/// getLargestLegalIntType - Return the size of largest legal integer type
|
||||
/// size, or 0 if none are set.
|
||||
/// getLargestLegalIntTypeSize - Return the size of largest legal integer
|
||||
/// type size, or 0 if none are set.
|
||||
unsigned getLargestLegalIntTypeSize() const;
|
||||
|
||||
/// getIndexedOffset - return the offset from the beginning of the type for
|
||||
|
Loading…
Reference in New Issue
Block a user