[llvm-commits] [llvm] r71610 - in /llvm/trunk: include/llvm/CodeGen/MachineFunction.h include/llvm/Intrinsics.td lib/CodeGen/MachineFunction.cpp lib/CodeGen/PrologEpilogInserter.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp lib/Target/ARM/AR

Eli Friedman eli.friedman at gmail.com
Tue May 12 18:47:16 PDT 2009


On Tue, May 12, 2009 at 6:36 PM, Evan Cheng <evan.cheng at apple.com> wrote:
> Thanks Jim. But can you pick better names than builtinsetjmp /
> longjmp? These are not really setjmp / longjmp.

Mmm... agreed that they're not great names, but there is a reason for
the names: they correspond to the gcc builtins __builtin_setjmp and
__builtin_longjmp.

-Eli



More information about the llvm-commits mailing list