Skip to content

Commit 4e8d62f

Browse files
committed
remove macro
1 parent fd3300b commit 4e8d62f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/CodeGen/MachineSink.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -819,11 +819,6 @@ bool MachineSinkingLegacy::runOnMachineFunction(MachineFunction &MF) {
819819
return Impl.run(MF);
820820
}
821821

822-
#define GET_ANALYSIS(ANALYSIS, INFIX, GETTER) \
823-
((LegacyPass) \
824-
? &LegacyPass->getAnalysis<ANALYSIS##INFIX##WrapperPass>().GETTER() \
825-
: &MFAM->getResult<ANALYSIS##Analysis>(MF))
826-
827822
bool MachineSinking::run(MachineFunction &MF) {
828823
LLVM_DEBUG(dbgs() << "******** Machine Sinking ********\n");
829824

0 commit comments

Comments
 (0)