Stanardize on `DEBUGARG` in the JIT.
authorPat Gavlin <pagavlin@microsoft.com>
Mon, 11 Apr 2016 21:04:54 +0000 (14:04 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Mon, 18 Apr 2016 17:30:29 +0000 (10:30 -0700)
commit46263e9ce52f55e35f0924301d767a83c0fff777
tree1292ab18cfc81c662d464b03257521d2db80c2c1
parent799730d011d36a3ab0f5bfd629e7927bed351c25
Stanardize on `DEBUGARG` in the JIT.

The JIT uses both `DEBUGARG` (defined in jit.h) and `DEBUG_ARG`
(defined in /src/inc/check.h) for debug-only arguments. This
change replaces all uses of `DEBUG_ARG` with `DEBUGARG`.

Commit migrated from https://github.com/dotnet/coreclr/commit/60db675b54d35a92ead0ec3725df22d6d1f4e927
25 files changed:
src/coreclr/src/jit/codegen.h
src/coreclr/src/jit/codegenarm.cpp
src/coreclr/src/jit/codegenarm64.cpp
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/codegenlegacy.cpp
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/compiler.hpp
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/gcinfo.cpp
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/gentree.h
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/jitgcinfo.h
src/coreclr/src/jit/lclvars.cpp
src/coreclr/src/jit/liveness.cpp
src/coreclr/src/jit/lower.cpp
src/coreclr/src/jit/lsra.cpp
src/coreclr/src/jit/lsra.h
src/coreclr/src/jit/morph.cpp
src/coreclr/src/jit/regset.cpp
src/coreclr/src/jit/regset.h
src/coreclr/src/jit/ssabuilder.cpp
src/coreclr/src/jit/valuenum.cpp
src/coreclr/src/jit/valuenum.h