commit | cff374c5d1e24394a9293e266974ca9d9ebda188 | [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 | 5ee46cfb8e17ea835f92d1ffa1a48b5bf6ec17e8 | |
parent | 131d26020cfd7c12c493f94d25a0a1c7e5b04658 [diff] [blame] |
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
diff --git a/utils/TableGen/NeonEmitter.cpp b/utils/TableGen/NeonEmitter.cpp index 3516d31..a754ce2 100644 --- a/utils/TableGen/NeonEmitter.cpp +++ b/utils/TableGen/NeonEmitter.cpp
@@ -1016,6 +1016,8 @@ throw "unhandled type!"; break; } + assert(0 && "unreachable"); + return 0; } /// runHeader - Emit a file with sections defining: