Commit a8f76e99 authored by Marcello Maggioni's avatar Marcello Maggioni
Browse files

Fix indentation using clang-format for Spiller.h. NFC

Spiller.h had indentation that doesn't match LLVM guidelines. Fixing it

Reviewers: qcolombet, arsenm

Subscribers: MatzeB, wdng, hiraditya, llvm-commits, qcolombet

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D75830
parent e5205074
Loading
Loading
Loading
Loading
+20 −21
Original line number Diff line number Diff line
@@ -34,8 +34,7 @@ class VirtRegMap;

/// Create and return a spiller that will insert spill code directly instead
/// of deferring though VirtRegMap.
  Spiller *createInlineSpiller(MachineFunctionPass &pass,
                               MachineFunction &mf,
Spiller *createInlineSpiller(MachineFunctionPass &pass, MachineFunction &mf,
                             VirtRegMap &vrm);

} // end namespace llvm