Fixed Overload table bug noticed by Jakob
authorMon P Wang <wangmp@apple.com>
Sat, 7 Nov 2009 04:07:33 +0000 (04:07 +0000)
committerMon P Wang <wangmp@apple.com>
Sat, 7 Nov 2009 04:07:33 +0000 (04:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86332 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp

index c8c592539513a9a78b6053bdaea46ea5bc455d02..ea9480d7625527367541f02c1b052d9a1a256b84 100644 (file)
@@ -62,7 +62,6 @@ BlackfinIntrinsicInfo::lookupName(const char *Name, unsigned Len) const {
 bool BlackfinIntrinsicInfo::isOverloaded(unsigned IntrID) const {
   // Overload Table
   const bool OTable[] = {
-    false,  // illegal intrinsic
 #define GET_INTRINSIC_OVERLOAD_TABLE
 #include "BlackfinGenIntrinsics.inc"
 #undef GET_INTRINSIC_OVERLOAD_TABLE