Skip to content

Commit

Permalink
Deprecate use of *accessStaticIndirectly API in P and X
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruv Chopra <Dhruv.C.Chopra@ibm.com>
  • Loading branch information
dchopra001 committed Jan 4, 2021
1 parent d19d2ff commit 1a7415d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions compiler/p/codegen/OMRCodeGenerator.cpp
Expand Up @@ -194,10 +194,6 @@ OMR::Power::CodeGenerator::initialize()

cg->setEnableRefinedAliasSets();

static char * accessStaticsIndirectly = feGetEnv("TR_AccessStaticsIndirectly");
if (accessStaticsIndirectly)
cg->setAccessStaticsIndirectly(true);

if (!debug("noLiveRegisters"))
{
cg->addSupportedLiveRegisterKind(TR_GPR);
Expand Down
4 changes: 0 additions & 4 deletions compiler/x/amd64/codegen/OMRCodeGenerator.cpp
Expand Up @@ -78,10 +78,6 @@ void OMR::X86::AMD64::CodeGenerator::initialize()
if (c)
comp->setOption(TR_DisableValueProfiling);

static char *accessStaticsIndirectly = feGetEnv("TR_AccessStaticsIndirectly");
if (accessStaticsIndirectly)
cg->setAccessStaticsIndirectly(true);

cg->setSupportsDoubleWordCAS();
cg->setSupportsDoubleWordSet();

Expand Down

0 comments on commit 1a7415d

Please sign in to comment.