[CodeGen][InstrRef] Remove unused variables from test case
authorStephen Tozer <stephen.tozer@sony.com>
Tue, 23 Aug 2022 09:59:14 +0000 (10:59 +0100)
committerStephen Tozer <stephen.tozer@sony.com>
Tue, 23 Aug 2022 10:52:39 +0000 (11:52 +0100)
llvm/unittests/CodeGen/InstrRefLDVTest.cpp

index a16855f..ccabc2d 100644 (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);