We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b568da0 commit 38ca224Copy full SHA for 38ca224
llvm/lib/Target/AVR/AVRTargetMachine.cpp
@@ -19,8 +19,8 @@
19
20
#include "AVR.h"
21
#include "AVRMachineFunctionInfo.h"
22
-#include "AVRTargetTransformInfo.h"
23
#include "AVRTargetObjectFile.h"
+#include "AVRTargetTransformInfo.h"
24
#include "MCTargetDesc/AVRMCTargetDesc.h"
25
#include "TargetInfo/AVRTargetInfo.h"
26
@@ -110,7 +110,8 @@ const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const {
110
return &SubTarget;
111
}
112
113
-TargetTransformInfo AVRTargetMachine::getTargetTransformInfo(const Function &F) const {
+TargetTransformInfo
114
+AVRTargetMachine::getTargetTransformInfo(const Function &F) const {
115
return TargetTransformInfo(std::make_unique<AVRTTIImpl>(this, F));
116
117
0 commit comments