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
This commit is contained in:
Marcello Maggioni 2020-03-08 10:55:21 -07:00
parent e5205074df
commit a8f76e99ba
1 changed files with 16 additions and 17 deletions
llvm/include/llvm/CodeGen

View File

@ -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