From 2d6b4943dc6b8bdd87c7b6d710ed17a068b2de7c Mon Sep 17 00:00:00 2001 From: Stephen Tozer Date: Tue, 23 Aug 2022 10:59:14 +0100 Subject: [PATCH] [CodeGen][InstrRef] Remove unused variables from test case --- llvm/unittests/CodeGen/InstrRefLDVTest.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/unittests/CodeGen/InstrRefLDVTest.cpp b/llvm/unittests/CodeGen/InstrRefLDVTest.cpp index a16855f98856..ccabc2d62dcd 100644 --- a/llvm/unittests/CodeGen/InstrRefLDVTest.cpp +++ b/llvm/unittests/CodeGen/InstrRefLDVTest.cpp @@ -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);