aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-04-14 20:38:14 +0000
committerReid Kleckner <reid@kleckner.net>2015-04-14 20:38:14 +0000
commit223de262b93b2a720638c07fa7364dcaa7c56039 (patch)
treea78edc7f54861b36cf67749273bf24b14188be3d /clang/lib/CodeGen/CodeGenFunction.h
parent16d8e44da56335664599f6f6c97e0f35f7313193 (diff)
downloadllvm-223de262b93b2a720638c07fa7364dcaa7c56039.zip
llvm-223de262b93b2a720638c07fa7364dcaa7c56039.tar.gz
llvm-223de262b93b2a720638c07fa7364dcaa7c56039.tar.bz2
[Inliner] Don't inline functions with frameescape calls
Inlining such intrinsics is very difficult, since you need to simultaneously transform many calls to llvm.framerecover and potentially duplicate the functions containing them. Normally this intrinsic isn't added until EH preparation, which is part of the backend pass pipeline after inlining. However, if it were to get fed through the inliner, this change will ensure that it doesn't break the code. llvm-svn: 234937
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions