forked from OSchip/llvm-project
[MLIR][GPU] Fix forward declaration of Region class.
I forward declared mlir::Region as a struct by mistake :(
This commit is contained in:
parent
cff90c938b
commit
e4e122aa1d
|
@ -16,7 +16,7 @@
|
|||
|
||||
namespace mlir {
|
||||
|
||||
struct Region;
|
||||
class Region;
|
||||
|
||||
namespace gpu {
|
||||
|
||||
|
|
Loading…
Reference in New Issue