Skip to content

Commit

Permalink
Remove unused temps from x86 CodeGenerator
Browse files Browse the repository at this point in the history
Closes #5423

Signed-off-by: BradleyWood <bradley.wood@ibm.com>
  • Loading branch information
BradleyWood committed Apr 20, 2021
1 parent b6f1731 commit abf40db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/x/codegen/OMRCodeGenerator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -707,9 +707,6 @@ class OMR_EXTENSIBLE CodeGenerator : public OMR::CodeGenerator

TR::RealRegister *_frameRegister;

TR::SymbolReference *_wordConversionTemp;
TR::SymbolReference *_doubleWordConversionTemp;
TR::SymbolReference *_currentTimeMillisTemp;
TR::SymbolReference *_nanoTimeTemp;

TR::Instruction *_lastCatchAppendInstruction;
Expand Down

0 comments on commit abf40db

Please sign in to comment.