Skip to content

Commit 0f61612

Browse files
committed
[AArch64][ISel] Remove unused variable 'TRI' (NFC)
/Users/jiefu/llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:6629:32: error: unused variable 'TRI' [-Werror,-Wunused-variable] const AArch64RegisterInfo *TRI = Subtarget->getRegisterInfo(); ^ 1 error generated.
1 parent 698b45a commit 0f61612

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6626,7 +6626,6 @@ SDValue AArch64TargetLowering::LowerFormalArguments(
66266626
// Insert the SMSTART if this is a locally streaming function and
66276627
// make sure it is Glued to the last CopyFromReg value.
66286628
if (IsLocallyStreaming) {
6629-
const AArch64RegisterInfo *TRI = Subtarget->getRegisterInfo();
66306629
Chain =
66316630
changeStreamingMode(DAG, DL, /*Enable*/ true, DAG.getRoot(), Glue,
66326631
DAG.getConstant(0, DL, MVT::i64), /*Entry*/ true);

0 commit comments

Comments
 (0)