| Index: src/arm64/instrument-arm64.cc
|
| diff --git a/src/arm64/instrument-arm64.cc b/src/arm64/instrument-arm64.cc
|
| index 9bd02f45ab46351562ee58810d8519c3acc79107..7a8e2f4ee1dd4a02d66fe2b2fc48fbdfe274d79a 100644
|
| --- a/src/arm64/instrument-arm64.cc
|
| +++ b/src/arm64/instrument-arm64.cc
|
| @@ -364,12 +364,6 @@ void Instrument::VisitLoadStorePairPreIndex(Instruction* instr) {
|
| }
|
|
|
|
|
| -void Instrument::VisitLoadStorePairNonTemporal(Instruction* instr) {
|
| - Update();
|
| - InstrumentLoadStorePair(instr);
|
| -}
|
| -
|
| -
|
| void Instrument::VisitLoadLiteral(Instruction* instr) {
|
| Update();
|
| static Counter* counter = GetCounter("Load Literal");
|
|
|