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 1fd957f commit bbcc307Copy full SHA for bbcc307
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -42,8 +42,8 @@ using namespace llvm::SDPatternMatch;
42
43
/// NOTE: The TargetMachine owns TLOF.
44
TargetLowering::TargetLowering(const TargetMachine &tm,
45
- const TargetSubtargetInfo &sti)
46
- : TargetLoweringBase(tm, sti) {}
+ const TargetSubtargetInfo &STI)
+ : TargetLoweringBase(tm, STI) {}
47
48
// Define the virtual destructor out-of-line for build efficiency.
49
TargetLowering::~TargetLowering() = default;
0 commit comments