We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3632d commit edd9320Copy full SHA for edd9320
llvm/lib/CodeGen/RemoveLoadsIntoFakeUses.cpp
@@ -84,6 +84,7 @@ INITIALIZE_PASS_END(RemoveLoadsIntoFakeUsesLegacy, DEBUG_TYPE,
84
bool RemoveLoadsIntoFakeUsesLegacy::runOnMachineFunction(MachineFunction &MF) {
85
if (skipFunction(MF.getFunction()))
86
return false;
87
+
88
return RemoveLoadsIntoFakeUses().run(MF);
89
}
90
0 commit comments