Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed May 30, 2024
1 parent 488750a commit 99c0f4a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/coreclr/jit/codegenarmarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2120,10 +2120,10 @@ class ProducingStreamBaseInstrs
}

private:
const regNumber intReg1;
const regNumber intReg2;
const regNumber addrReg;
class emitter* const emitter;
const regNumber intReg1;
const regNumber intReg2;
const regNumber addrReg;
class emitter* const emitter;
};

class ProducingStream
Expand Down Expand Up @@ -2213,11 +2213,11 @@ class ProducingStream
}

private:
const regNumber intReg1;
const regNumber simdReg1;
const regNumber simdReg2;
const regNumber addrReg;
class emitter* const emitter;
const regNumber intReg1;
const regNumber simdReg1;
const regNumber simdReg2;
const regNumber addrReg;
class emitter* const emitter;
};

class BlockUnrollHelper
Expand Down

0 comments on commit 99c0f4a

Please sign in to comment.