forked from OSchip/llvm-project
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:
parent
e5205074df
commit
a8f76e99ba
llvm/include/llvm/CodeGen
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue