radeon/ac: remove assert causing regression
authorDave Airlie <airlied@redhat.com>
Thu, 27 Apr 2017 10:35:56 +0000 (11:35 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 27 Apr 2017 10:38:54 +0000 (11:38 +0100)
commitf4743763cefa161afeb8e1e7b4e56c2adcb0d1ef
tree1a943d06c3d3b4fea3e890c9c52aeccc4592711a
parent550281f934676a5064f77fd9379073d7db1f9486
radeon/ac: remove assert causing regression

This assert wasn't in the original radeonsi code but I added
it without totally understanding the original code, it caused
some regressions in variable-indexing tessellation shaders.

Fixes: e2659176 radeonsi/ac: move vertex export remove to common code.
Reported-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/common/ac_llvm_build.c