nir: Don't set writes_memory for reading XFB
That's a read, not a write. Fixes optimizations getting disabled for fragment shaders when linked with a shader producing transform feedback varyings.
Fixes: 85a72397 ("nir: add and gather shader_info::writes_memory") Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com