forked from OSchip/llvm-project
Silence a warning when assertions are turned off.
llvm-svn: 74778
This commit is contained in:
parent
075276e9ce
commit
c3f89b3fbb
|
@ -151,6 +151,7 @@ namespace PIC16CC {
|
|||
return STATIC_LOCAL;
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue