Skip to content

Commit 38ca224

Browse files
committed
formatting
1 parent b568da0 commit 38ca224

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Target/AVR/AVRTargetMachine.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
#include "AVR.h"
2121
#include "AVRMachineFunctionInfo.h"
22-
#include "AVRTargetTransformInfo.h"
2322
#include "AVRTargetObjectFile.h"
23+
#include "AVRTargetTransformInfo.h"
2424
#include "MCTargetDesc/AVRMCTargetDesc.h"
2525
#include "TargetInfo/AVRTargetInfo.h"
2626

@@ -110,7 +110,8 @@ const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const {
110110
return &SubTarget;
111111
}
112112

113-
TargetTransformInfo AVRTargetMachine::getTargetTransformInfo(const Function &F) const {
113+
TargetTransformInfo
114+
AVRTargetMachine::getTargetTransformInfo(const Function &F) const {
114115
return TargetTransformInfo(std::make_unique<AVRTTIImpl>(this, F));
115116
}
116117

0 commit comments

Comments
 (0)