Skip to content

Commit 37f71f9

Browse files
committed
Remove old global
1 parent b60e3b3 commit 37f71f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ static cl::opt<bool> HexagonVolatileMemcpy(
105105
static cl::opt<unsigned> SimplifyLimit("hlir-simplify-limit", cl::init(10000),
106106
cl::Hidden, cl::desc("Maximum number of simplification steps in HLIR"));
107107

108-
static const char *HexagonVolatileMemcpyName
109-
= "hexagon_memcpy_forward_vp4cp4n2";
110-
111108
namespace {
112109

113110
class HexagonLoopIdiomRecognize {

0 commit comments

Comments
 (0)