aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/AMDILIntrinsicInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/R600/AMDILIntrinsicInfo.h')
-rw-r--r--lib/Target/R600/AMDILIntrinsicInfo.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Target/R600/AMDILIntrinsicInfo.h b/lib/Target/R600/AMDILIntrinsicInfo.h
index 35559e2..924275a 100644
--- a/lib/Target/R600/AMDILIntrinsicInfo.h
+++ b/lib/Target/R600/AMDILIntrinsicInfo.h
@@ -34,13 +34,13 @@ enum ID {
class AMDGPUIntrinsicInfo : public TargetIntrinsicInfo {
public:
AMDGPUIntrinsicInfo(TargetMachine *tm);
- std::string getName(unsigned int IntrId, Type **Tys = 0,
- unsigned int numTys = 0) const;
- unsigned int lookupName(const char *Name, unsigned int Len) const;
- bool isOverloaded(unsigned int IID) const;
+ std::string getName(unsigned int IntrId, Type **Tys = nullptr,
+ unsigned int numTys = 0) const override;
+ unsigned int lookupName(const char *Name, unsigned int Len) const override;
+ bool isOverloaded(unsigned int IID) const override;
Function *getDeclaration(Module *M, unsigned int ID,
- Type **Tys = 0,
- unsigned int numTys = 0) const;
+ Type **Tys = nullptr,
+ unsigned int numTys = 0) const override;
};
} // end namespace llvm