diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/BPF/BPFSubtarget.h')
-rw-r--r-- | contrib/llvm-project/llvm/lib/Target/BPF/BPFSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/BPF/BPFSubtarget.h b/contrib/llvm-project/llvm/lib/Target/BPF/BPFSubtarget.h index 3da6a026ab7e..7649e0e92222 100644 --- a/contrib/llvm-project/llvm/lib/Target/BPF/BPFSubtarget.h +++ b/contrib/llvm-project/llvm/lib/Target/BPF/BPFSubtarget.h @@ -67,7 +67,7 @@ public: // ParseSubtargetFeatures - Parses features string setting specified // subtarget options. Definition of function is auto generated by tblgen. - void ParseSubtargetFeatures(StringRef CPU, StringRef FS); + void ParseSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS); bool getHasJmpExt() const { return HasJmpExt; } bool getHasJmp32() const { return HasJmp32; } bool getHasAlu32() const { return HasAlu32; } |