Fixed Overload table bug noticed by Jakob

llvm-svn: 86332
This commit is contained in:
Mon P Wang 2009-11-07 04:07:33 +00:00
parent 16e1c31da2
commit 5321dd8823
1 changed files with 0 additions and 1 deletions

View 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