[NFC] Remove FIXMEs about calling LLVMContext::yield()
authorArthur Eubanks <aeubanks@google.com>
Fri, 17 Sep 2021 21:47:28 +0000 (14:47 -0700)
committerArthur Eubanks <aeubanks@google.com>
Fri, 17 Sep 2021 21:59:34 +0000 (14:59 -0700)
commit0db948120826d59fbede50ac9abe2ad1862dfaa3
tree0fc1d3c214db138074c770e0092ca7b831d6d7cb
parent843390c58ae660fa356c534fdc8b19756f8d175c
[NFC] Remove FIXMEs about calling LLVMContext::yield()

Nobody has complained about this, and the documentation for
LLVMContext::yield() states that LLVM is allowed to never call it.

Reviewed By: asbirlea

Differential Revision: https://reviews.llvm.org/D110008
llvm/include/llvm/IR/PassManager.h
llvm/lib/Analysis/CGSCCPassManager.cpp
llvm/lib/Transforms/Scalar/LoopPassManager.cpp