Silence a warning when assertions are turned off.

llvm-svn: 74778
This commit is contained in:
Duncan Sands 2009-07-03 16:11:34 +00:00
parent 075276e9ce
commit c3f89b3fbb
1 changed files with 1 additions and 0 deletions

View File

@ -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.