R600/SI: fix ELSE pseudo op handling
authorChristian Konig <christian.koenig@amd.com>
Tue, 26 Mar 2013 14:03:44 +0000 (14:03 +0000)
committerChristian Konig <christian.koenig@amd.com>
Tue, 26 Mar 2013 14:03:44 +0000 (14:03 +0000)
commit6a9d390b6b814d97a69c5d6276c149966cd9f08c
tree38c49973d8460d81ce196d7fd3d6934a45be0f9a
parentf686be46742733054a6caa75884e4571e8cf4b61
R600/SI: fix ELSE pseudo op handling

Restore the EXEC mask early, otherwise a copy might end up not beeing executed.

Candidate for the mesa stable branch.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Tested-by: Michel Dänzer <michel.daenzer@amd.com>
llvm-svn: 178018
llvm/lib/Target/R600/SILowerControlFlow.cpp