mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16011e6201
commit
8121fcd260
@ -82,7 +82,7 @@ TargetData::TargetData(const std::string &TargetName,
|
|||||||
unsigned char ByteAl) {
|
unsigned char ByteAl) {
|
||||||
|
|
||||||
// If this assert triggers, a pass "required" TargetData information, but the
|
// If this assert triggers, a pass "required" TargetData information, but the
|
||||||
// top level tool did not provide once for it. We do not want to default
|
// top level tool did not provide one for it. We do not want to default
|
||||||
// construct, or else we might end up using a bad endianness or pointer size!
|
// construct, or else we might end up using a bad endianness or pointer size!
|
||||||
//
|
//
|
||||||
assert(!TargetName.empty() &&
|
assert(!TargetName.empty() &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user