summaryrefslogtreecommitdiff
path: root/src/jit/lower.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/lower.h')
-rw-r--r--src/jit/lower.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/lower.h b/src/jit/lower.h
index 75cccc4b85..74e71dfab8 100644
--- a/src/jit/lower.h
+++ b/src/jit/lower.h
@@ -159,7 +159,7 @@ private:
GenTree* LowerVirtualStubCall(GenTreeCall* call);
void LowerArgsForCall(GenTreeCall* call);
void ReplaceArgWithPutArgOrBitcast(GenTreePtr* ppChild, GenTreePtr newNode);
- GenTree* NewPutArg(GenTreeCall* call, GenTreePtr arg, fgArgTabEntryPtr info, var_types type);
+ GenTree* NewPutArg(GenTreeCall* call, GenTreePtr arg, fgArgTabEntry* info, var_types type);
void LowerArg(GenTreeCall* call, GenTreePtr* ppTree);
#ifdef _TARGET_ARMARCH_
GenTree* LowerFloatArg(GenTree** pArg, fgArgTabEntry* info);