forked from OSchip/llvm-project
Fix incorrect type used in forward declaration.
Addresses compiler warning. PiperOrigin-RevId: 255407691
This commit is contained in:
parent
1533e53159
commit
c48675fd87
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace mlir {
|
||||
|
||||
class LogicalResult;
|
||||
struct LogicalResult;
|
||||
class MLIRContext;
|
||||
|
||||
/// Common interface for source-to-source translation functions.
|
||||
|
|
Loading…
Reference in New Issue