Skip to content

Commit 610c0a0

Browse files
committed
Remove fixme
1 parent 7d60a47 commit 610c0a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/tools/llvm-reduce/ReducerWorkItem.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,6 @@ void ReducerWorkItem::writeBitcode(raw_ostream &OutStream) const {
779779
const bool ShouldPreserveUseListOrder = true;
780780

781781
if (LTOInfo && LTOInfo->IsThinLTO && LTOInfo->EnableSplitLTOUnit) {
782-
// FIXME: This should not depend on the pass manager. There are hidden
783-
// transforms that may happen inside ThinLTOBitcodeWriterPass
784782
PassBuilder PB;
785783
LoopAnalysisManager LAM;
786784
FunctionAnalysisManager FAM;

0 commit comments

Comments
 (0)