From 1f36370d87ff7aaac15b1a040ad202f2a3a86a4c Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 26 May 2013 22:54:53 +0100 Subject: [PATCH] Implement nop (the C compiler sometimes generates this!). --HG-- branch : dtrg-videocore --- mach/vc4/ncg/table | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mach/vc4/ncg/table b/mach/vc4/ncg/table index ae44c026b..3c28651df 100644 --- a/mach/vc4/ncg/table +++ b/mach/vc4/ncg/table @@ -256,6 +256,8 @@ PATTERNS /* Intrinsics */ + pat nop /* Does nothing */ + pat loc /* Load constant */ yields {CONST, $1} -- 2.34.1