forked from OSchip/llvm-project
[CodeGen][InstrRef] Remove unused variables from test case
This commit is contained in:
parent
abed700019
commit
2d6b4943dc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue