Implement nop (the C compiler sometimes generates this!).

--HG--
branch : dtrg-videocore
This commit is contained in:
David Given 2013-05-26 22:54:53 +01:00
parent ae993b1eb2
commit 1f36370d87

View file

@ -256,6 +256,8 @@ PATTERNS
/* Intrinsics */
pat nop /* Does nothing */
pat loc /* Load constant */
yields {CONST, $1}