diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetMachine.h')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetMachine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetMachine.h b/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetMachine.h index 20d68fff170a..75e5d68e74ee 100644 --- a/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetMachine.h +++ b/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetMachine.h @@ -33,7 +33,7 @@ public: SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, std::optional<Reloc::Model> RM, - std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL, + std::optional<CodeModel::Model> CM, CodeGenOptLevel OL, bool JIT); ~SystemZTargetMachine() override; |
