atrosinenko added inline comments.

================
Comment at: compiler-rt/lib/builtins/int_mulv_impl.inc:1
-//===-- mulvdi3.c - Implement __mulvdi3 
-----------------------------------===//
+//===-- int_mulv_impl.inc - Implement __mulv[sdt]i3 
-----------------------===//
 //
----------------
MaskRay wrote:
> `---*- C++ -*-===//`
Thanks. It really is a C source (there are no C++ sources in the builtins 
library, as far as I know), still almost all other .inc files in this directory 
are actually marked with `-*- C -*-`, so explicitly marked this one as well.

Interestingly, `int_div_impl.inc` is the only one such file **explicitly** 
marked as C++, but it is probably a mistake.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86277

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

Reply via email to