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:
Bob Wilson 2010-07-28 18:21:10 +00:00
parent bae1b71cbb
commit fdb530d406

View File

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