This is an archive of the discontinued LLVM Phabricator instance.

[Local] Remove unused LazyValueInfo pointer from removeUnreachableBlock.
ClosedPublic

Authored by fhahn on Oct 1 2019, 2:05 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

fhahn created this revision.Oct 1 2019, 2:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 1 2019, 2:05 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
davide accepted this revision.Oct 1 2019, 2:08 PM

LGTM

This revision is now accepted and ready to land.Oct 1 2019, 2:08 PM
asbirlea added inline comments.Oct 1 2019, 2:44 PM
llvm/unittests/Transforms/Utils/LocalTest.cpp
877 ↗(On Diff #222702)

Why the change from EXPECT_TRUE to EXPECT_FALSE?

fhahn marked an inline comment as done.Oct 1 2019, 2:48 PM
fhahn added inline comments.
llvm/unittests/Transforms/Utils/LocalTest.cpp
877 ↗(On Diff #222702)

Whoops, that was part of another experiment. I'll drop the change when committing.

This revision was automatically updated to reflect the committed changes.