[CodeGen] Return false from LiveIntervals::runOnMachineFunction
authorJay Foad <jay.foad@amd.com>
Wed, 16 Feb 2022 10:57:50 +0000 (10:57 +0000)
committerJay Foad <jay.foad@amd.com>
Thu, 17 Feb 2022 09:31:41 +0000 (09:31 +0000)
commitf0092f9ded34ce733d36a302fd1f33f134418594
treedace6bf7faf1453118334c726aab958a33ac5d22
parent3c9229c6635ecae1991e3229f446f1cac130f4fa
[CodeGen] Return false from LiveIntervals::runOnMachineFunction

This is an analysis pass so it does not modify the MachineFunction.

Differential Revision: https://reviews.llvm.org/D119941
llvm/lib/CodeGen/LiveIntervals.cpp