Skip to content

Commit ebd82bc

Browse files
committed
clang-format
1 parent f167fc8 commit ebd82bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ static MachineInstr *findStartOfTree(MachineOperand &MO,
219219
// FAKE_USEs are no-ops, so remove them here so that the values used by them
220220
// will be correctly dropped later.
221221
static void removeFakeUses(MachineFunction &MF) {
222-
SmallVector<MachineInstr*> ToDelete;
222+
SmallVector<MachineInstr *> ToDelete;
223223
for (auto &MBB : MF)
224224
for (auto &MI : MBB)
225225
if (MI.isFakeUse())

0 commit comments

Comments
 (0)