diff options
author | Vedant Kumar <vsk@apple.com> | 2016-03-11 18:57:48 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-03-11 18:57:48 +0000 |
commit | e5a9a275d36b20f68bc6e015f83914126004ccf8 (patch) | |
tree | a68dae62497e003ac713784ad7201e3009b62173 /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | 6b074f5c9f873f1880fbbd00109253e530587073 (diff) | |
download | llvm-e5a9a275d36b20f68bc6e015f83914126004ccf8.zip llvm-e5a9a275d36b20f68bc6e015f83914126004ccf8.tar.gz llvm-e5a9a275d36b20f68bc6e015f83914126004ccf8.tar.bz2 |
[PGO] Skip value profile instrumentation of inline asm
Value profile instrumentation treats inline asm calls like they are
indirect calls. This causes problems when the 'Callee' is passed to a
ptrtoint cast -- the verifier rightly claims that this is bogus and
crashes opt.
llvm-svn: 263278
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions