Skip to content

Commit 10b5b57

Browse files
committed
AS
1 parent 88b0e7f commit 10b5b57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/RemoveLoadsIntoFakeUses.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ INITIALIZE_PASS_END(RemoveLoadsIntoFakeUsesLegacy, DEBUG_TYPE,
8484
bool RemoveLoadsIntoFakeUsesLegacy::runOnMachineFunction(MachineFunction &MF) {
8585
if (skipFunction(MF.getFunction()))
8686
return false;
87+
8788
return RemoveLoadsIntoFakeUses().run(MF);
8889
}
8990

0 commit comments

Comments
 (0)