[CodeGen][InstrRef] Remove unused variables from test case

This commit is contained in:
Stephen Tozer 2022-08-23 10:59:14 +01:00
parent abed700019
commit 2d6b4943dc
1 changed files with 0 additions and 3 deletions

View File

@ -2276,8 +2276,6 @@ TEST_F(InstrRefLDVTest, vlocJoinDiamond) {
DbgOpID LiveInRspID = DbgOpID(false, 0);
DbgOpID LiveInRaxID = DbgOpID(false, 1);
DbgOpID RspPHIInBlkBr2BlkID = DbgOpID(false, 2);
DbgOpID RspPHIInBlkRetBlkID = DbgOpID(false, 3);
DebugVariable Var(FuncVariable, None, nullptr);
DbgValueProperties EmptyProps(EmptyExpr, false, false);
@ -2462,7 +2460,6 @@ TEST_F(InstrRefLDVTest, vlocJoinLoops) {
DbgOpID LiveInRspID = DbgOpID(false, 0);
DbgOpID LiveInRaxID = DbgOpID(false, 1);
DbgOpID RspPHIInBlk1ID = DbgOpID(false, 2);
DebugVariable Var(FuncVariable, None, nullptr);
DbgValueProperties EmptyProps(EmptyExpr, false, false);