diff options
Diffstat (limited to 'llvm/lib/IR/LLVMContextImpl.h')
-rw-r--r-- | llvm/lib/IR/LLVMContextImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/LLVMContextImpl.h b/llvm/lib/IR/LLVMContextImpl.h index 1f2956d54ed..51ed118cb66 100644 --- a/llvm/lib/IR/LLVMContextImpl.h +++ b/llvm/lib/IR/LLVMContextImpl.h @@ -1357,7 +1357,7 @@ public: /// \brief Access the object which manages optimization bisection for failure /// analysis. - OptBisect &getOptBisect(); + OptPassGate &getOptPassGate(); }; } // end namespace llvm |