Files
clang-p2996/llvm/utils/TableGen/CallingConvEmitter.cpp
Jason Eckhardt 9692dff7b7 [TableGen][NFC] Use early exit to simplify large block in emitAction. (#138220)
Most of the processing in emitAction is in an unneeded else-block--
reduce indentation by exiting after the recursive call.

`XXXGenCallingConv.inc` are identical before and after this patch for
all targets.
2025-05-08 12:12:15 -05:00

14 KiB