[MLIR][GPU] Fix forward declaration of Region class.

I forward declared mlir::Region as a struct by mistake :(
This commit is contained in:
Stephan Herhut 2020-02-25 12:05:30 +01:00
parent cff90c938b
commit e4e122aa1d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
namespace mlir {
struct Region;
class Region;
namespace gpu {