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 88b0e7f commit 10b5b57Copy full SHA for 10b5b57
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