forked from OSchip/llvm-project
Fixed Overload table bug noticed by Jakob
llvm-svn: 86332
This commit is contained in:
parent
16e1c31da2
commit
5321dd8823
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue