1f08c3bdfSopenharmony_ciint add_subr(int x, int y) { return (x + y) - y; } 2f08c3bdfSopenharmony_ci 3f08c3bdfSopenharmony_ci/* 4f08c3bdfSopenharmony_ci * check-name: simplify-same-add-subr 5f08c3bdfSopenharmony_ci * check-command: test-linearize -Wno-decl $file 6f08c3bdfSopenharmony_ci * 7f08c3bdfSopenharmony_ci * check-output-start 8f08c3bdfSopenharmony_ciadd_subr: 9f08c3bdfSopenharmony_ci.L0: 10f08c3bdfSopenharmony_ci <entry-point> 11f08c3bdfSopenharmony_ci ret.32 %arg1 12f08c3bdfSopenharmony_ci 13f08c3bdfSopenharmony_ci 14f08c3bdfSopenharmony_ci * check-output-end 15f08c3bdfSopenharmony_ci */ 16