diff options
Diffstat (limited to 'llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h')
| -rw-r--r-- | llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h b/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h index f40d4258273..9804c7723be 100644 --- a/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h +++ b/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h @@ -22,6 +22,7 @@ namespace llvm {      std::string getName(unsigned IntrID, const Type **Tys = 0,                          unsigned numTys = 0) const;      unsigned lookupName(const char *Name, unsigned Len) const; +    unsigned lookupGCCName(const char *Name) const;      bool isOverloaded(unsigned IID) const;      Function *getDeclaration(Module *M, unsigned ID, const Type **Tys = 0,                               unsigned numTys = 0) const;  | 

