mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fixed Overload table bug noticed by Jakob
llvm-svn: 86332
This commit is contained in:
parent
f272245a5e
commit
c01eb38a3b
@ -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
Block a user