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