Skip to content

Commit bbcc307

Browse files
arsenms-barannikov
andauthored
Update TargetLowering.cpp
Co-authored-by: Sergei Barannikov <[email protected]>
1 parent 1fd957f commit bbcc307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ using namespace llvm::SDPatternMatch;
4242

4343
/// NOTE: The TargetMachine owns TLOF.
4444
TargetLowering::TargetLowering(const TargetMachine &tm,
45-
const TargetSubtargetInfo &sti)
46-
: TargetLoweringBase(tm, sti) {}
45+
const TargetSubtargetInfo &STI)
46+
: TargetLoweringBase(tm, STI) {}
4747

4848
// Define the virtual destructor out-of-line for build efficiency.
4949
TargetLowering::~TargetLowering() = default;

0 commit comments

Comments
 (0)