On Wed, Apr 30, 2014 at 06:58:26PM -0400, Alex Deucher wrote: > From: Samuel Li <[email protected]> >
Committed as r207846. -Tom > Signed-off-by: Samuel Li <[email protected]> > Signed-off-by: Alex Deucher <[email protected]> > --- > lib/Target/R600/Processors.td | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td > index fde4481..ce17d7c 100644 > --- a/lib/Target/R600/Processors.td > +++ b/lib/Target/R600/Processors.td > @@ -106,3 +106,5 @@ def : Proc<"kabini", SI_Itin, [FeatureSeaIslands]>; > def : Proc<"kaveri", SI_Itin, [FeatureSeaIslands]>; > > def : Proc<"hawaii", SI_Itin, [FeatureSeaIslands]>; > + > +def : Proc<"mullins", SI_Itin, [FeatureSeaIslands]>; > -- > 1.8.3.1 > > _______________________________________________ > mesa-dev mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
