commit | 59fba9d2b92b401b4937c5123490e071000ca596 | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Wed Jul 28 18:21:10 2010 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Wed Jul 28 18:21:10 2010 +0000 |
tree | d709891d56a3997f0d9472a8d9886f94b6f0c534 | |
parent | 5b468039558d92e0c57b10265f833d628e8d5296 [diff] [blame] |
Fix a warning from gcc-4.0 (from the ppc buildbot). llvm-svn: 109605
diff --git a/llvm/utils/TableGen/NeonEmitter.cpp b/llvm/utils/TableGen/NeonEmitter.cpp index 3516d31..a754ce2 100644 --- a/llvm/utils/TableGen/NeonEmitter.cpp +++ b/llvm/utils/TableGen/NeonEmitter.cpp
@@ -1016,6 +1016,8 @@ throw "unhandled type!"; break; } + assert(0 && "unreachable"); + return 0; } /// runHeader - Emit a file with sections defining: