Implement nop (the C compiler sometimes generates this!).
--HG-- branch : dtrg-videocore
This commit is contained in:
parent
ae993b1eb2
commit
1f36370d87
|
@ -256,6 +256,8 @@ PATTERNS
|
|||
|
||||
/* Intrinsics */
|
||||
|
||||
pat nop /* Does nothing */
|
||||
|
||||
pat loc /* Load constant */
|
||||
yields {CONST, $1}
|
||||
|
||||
|
|
Loading…
Reference in a new issue