[PATCH] D127460: Rename GCCBuiltin into ClangBuiltin

Guillaume Gomez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 12:06:36 PDT 2022


GuillaumeGomez marked an inline comment as done.
GuillaumeGomez added a comment.

Fixed @spatel's comment.



================
Comment at: llvm/include/llvm/IR/Intrinsics.td:387
 
-/// GCCBuiltin - If this intrinsic exactly corresponds to a GCC builtin, this
+/// ClangBuiltin - If this intrinsic exactly corresponds to a GCC builtin, this
 /// specifies the name of the builtin.  This provides automatic CBE and CFE
----------------
spatel wrote:
> Replace "GCC" with "Clang" ?
Good catch, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127460



More information about the llvm-commits mailing list