aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/InlineFunction.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2015-11-18 21:10:39 +0000
committerTim Northover <tnorthover@apple.com>2015-11-18 21:10:39 +0000
commit747ae9a7ded98cbfe70134c3f710841a19215c3d (patch)
tree0b7714ed2cb7d5c054f7a6cc1212a87be076799f /llvm/lib/Transforms/Utils/InlineFunction.cpp
parentcc2e76d57f45e920ecc9a60b543ecc3d8ac03ac8 (diff)
downloadllvm-747ae9a7ded98cbfe70134c3f710841a19215c3d.zip
llvm-747ae9a7ded98cbfe70134c3f710841a19215c3d.tar.gz
llvm-747ae9a7ded98cbfe70134c3f710841a19215c3d.tar.bz2
ARM: make sure backend is consistent about exception handling method.
It turns out we decide whether to use SjLj exceptions or some alternative in two separate places in the backend, and they disagreed with each other. This led to inconsistent code and is generally a terrible idea. So make them consistent and add an assert that they *do* match (unfortunately MCAsmInfo isn't available in opt, so it can't be used to initialise the CodeGen version directly). llvm-svn: 253502
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions