OSDN Git Service

[AVR] Fix indirect calls to function pointers
authorDylan McKay <me@dylanmckay.io>
Thu, 13 Jul 2017 08:09:36 +0000 (08:09 +0000)
committerDylan McKay <me@dylanmckay.io>
Thu, 13 Jul 2017 08:09:36 +0000 (08:09 +0000)
commit90904c693cecb8976f9cf3a7aaf0e6be669fe794
tree2286d0d76317c25b34eac07f2b46961a0ac79a6f
parent3e55e45537ce4a4ee5e169170d092327d9f51990
[AVR] Fix indirect calls to function pointers

Patch by Carl Peto.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307888 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AVR/AVRMCInstLower.cpp
test/CodeGen/AVR/icall-func-pointer-correct-addr-space.ll [new file with mode: 0644]