Commit 0ebba7fc by Mike Stump

fix small typo

From-SVN: r10431
parent e24ff973
...@@ -7184,6 +7184,7 @@ expand_builtin_return_addr (fndecl_code, count, tem) ...@@ -7184,6 +7184,7 @@ expand_builtin_return_addr (fndecl_code, count, tem)
plus_constant (tem, GET_MODE_SIZE (Pmode))); plus_constant (tem, GET_MODE_SIZE (Pmode)));
tem = gen_rtx (MEM, Pmode, tem); tem = gen_rtx (MEM, Pmode, tem);
#endif #endif
return tem;
} }
/* Expand an expression EXP that calls a built-in function, /* Expand an expression EXP that calls a built-in function,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment