Remove the default else. This was ending in code that looked like this:
authorBill Wendling <isanbard@gmail.com>
Thu, 3 Jan 2008 23:02:16 +0000 (23:02 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 3 Jan 2008 23:02:16 +0000 (23:02 +0000)
commitf840f87baf1bad29e105354fdde51a128e7b1cd7
tree6a98a051b80d467a7dbda06225dfcce89a829d85
parentc45f5c7652f56145c8b29d1fda87fa137d53936f
Remove the default else. This was ending in code that looked like this:

if (!strcmp(Target, "x86")) {
  // ...
}
else
  IntrinsicID = Intrinsic::not_intrinsic;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45557 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/IntrinsicEmitter.cpp