Skip to content
Commit 857bf5da authored by Johannes Doerfert's avatar Johannes Doerfert
Browse files

[FIX] Do not copy an llvm::function_ref if it has to be reused

Some buildbots signaled a problem in this method when the
llvm::function_ref was copied and reused after 1228d42d. To
eliminate the problem we avoid copying the llvm::function_ref and
instead we pass it as a const reference.
parent 1d5da8cd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment