Skip to content

Commit 934b74f

Browse files
clang-format
Created using spr 1.3.7
1 parent 11ce8a2 commit 934b74f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/X86/X86.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ FunctionPass *createX86AvoidStoreForwardingBlocks();
8484
FunctionPass *createX86FlagsCopyLoweringPass();
8585

8686
/// Return a pass that expands DynAlloca pseudo-instructions.
87-
class X86DynAllocaExpanderPass : public PassInfoMixin<X86DynAllocaExpanderPass> {
87+
class X86DynAllocaExpanderPass
88+
: public PassInfoMixin<X86DynAllocaExpanderPass> {
8889
public:
8990
PreservedAnalyses run(MachineFunction &MF,
9091
MachineFunctionAnalysisManager &MFAM);

0 commit comments

Comments
 (0)