[llvm] 2d6b494 - [CodeGen][InstrRef] Remove unused variables from test case

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 03:55:52 PDT 2022


Author: Stephen Tozer
Date: 2022-08-23T11:52:39+01:00
New Revision: 2d6b4943dc6b8bdd87c7b6d710ed17a068b2de7c

URL: https://github.com/llvm/llvm-project/commit/2d6b4943dc6b8bdd87c7b6d710ed17a068b2de7c
DIFF: https://github.com/llvm/llvm-project/commit/2d6b4943dc6b8bdd87c7b6d710ed17a068b2de7c.diff

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

Added: 
    

Modified: 
    llvm/unittests/CodeGen/InstrRefLDVTest.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/CodeGen/InstrRefLDVTest.cpp b/llvm/unittests/CodeGen/InstrRefLDVTest.cpp
index a16855f988561..ccabc2d62dcd5 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);


        


More information about the llvm-commits mailing list