Re: [Mesa-dev] [PATCH 3/3] R600: Make Export Instruction not duplicable

2013-04-11 Thread Tom Stellard
On Wed, Apr 10, 2013 at 11:04:22PM +0200, Vincent Lejeune wrote: > --- Could you add a comment explaining why export instructions are not duplicable. With that change: Reviewed-by: Tom Stellard > lib/Target/R600/R600Instructions.td | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[Mesa-dev] [PATCH 3/3] R600: Make Export Instruction not duplicable

2013-04-10 Thread Vincent Lejeune
--- lib/Target/R600/R600Instructions.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/R600/R600Instructions.td b/lib/Target/R600/R600Instructions.td index 2e9a8a3..1c292bb 100644 --- a/lib/Target/R600/R600Instructions.td +++ b/lib/Target/R600/R600Instructions.td @