aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-01-05 21:29:55 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-10-25 13:27:33 +0100
commit7f33a71b33707fd5f52e7537d9af3cd00dd4b00b (patch)
tree914c5c49ce82622b8a33d281e40bf607c3223921 /validation
parentcfca7b4c6cb48283cb554fc91dc859ff669f2547 (diff)
downloadsparse-dev-7f33a71b33707fd5f52e7537d9af3cd00dd4b00b.tar.gz
linearize: OP_INLINE should not use the function symbol
The instruction OP_INLINE is a kind of note or comment, indicating that the code below it used to be the body of a function which has now been inlined. The symbol of the original function is displayed when this instruction is displayed but this symbol should not be considered as being used by the instruction since there is no dependency or def-use chain between the two. So, replace the use_pseudo() by a simple assignment. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation')
0 files changed, 0 insertions, 0 deletions