clementval added a comment.

Just small nit



================
Comment at: mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp:628-629
+    int64_t mapTypeBits = 0x00;
+    auto mapOp = map_operands[i];
+    auto mapTypeOp = map_types[i];
+
----------------
auto should be spelled out here. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131915/new/

https://reviews.llvm.org/D131915

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to