mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix a warning from gcc-4.0 (from the ppc buildbot).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109605 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bae1b71cbb
commit
fdb530d406
@ -1016,6 +1016,8 @@ static unsigned RangeFromType(StringRef typestr) {
|
||||
throw "unhandled type!";
|
||||
break;
|
||||
}
|
||||
assert(0 && "unreachable");
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// runHeader - Emit a file with sections defining:
|
||||
|
Loading…
Reference in New Issue
Block a user