Skip to content

Commit 214ac4b

Browse files
committed
[NFC] kill warnings
1 parent 99bd48e commit 214ac4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Optimizer/Support/FIRContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ModuleOp;
2727

2828
namespace fir {
2929
class KindMapping;
30-
class NameUniquer;
30+
struct NameUniquer;
3131

3232
/// Set the target triple for the module.
3333
void setTargetTriple(mlir::ModuleOp mod, llvm::Triple &triple);

0 commit comments

Comments
 (0)