mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Silence a warning when assertions are turned off.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
10ac96b276
commit
f7f2d30bb8
@ -151,6 +151,7 @@ namespace PIC16CC {
|
|||||||
return STATIC_LOCAL;
|
return STATIC_LOCAL;
|
||||||
|
|
||||||
assert (0 && "Could not determine Symbol's tag");
|
assert (0 && "Could not determine Symbol's tag");
|
||||||
|
return PREFIX_SYMBOL; // Silence warning when assertions are turned off.
|
||||||
}
|
}
|
||||||
|
|
||||||
// addPrefix - add prefix symbol to a name if there isn't one already.
|
// addPrefix - add prefix symbol to a name if there isn't one already.
|
||||||
|
Loading…
Reference in New Issue
Block a user