summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/intrin.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2018-10-18 23:03:55 +0000
committerChandler Carruth <chandlerc@gmail.com>2018-10-18 23:03:55 +0000
commit7c80c3a8e49a19748636b7488860cbe2dd2c99d9 (patch)
tree78a1b115067ca6a5069c690d9eca228b37fc7ab5 /clang/lib/Headers/intrin.h
parent96079a368a3b4033c5ce8c23910eeefd15b2037a (diff)
downloadbcm5719-llvm-7c80c3a8e49a19748636b7488860cbe2dd2c99d9.tar.gz
bcm5719-llvm-7c80c3a8e49a19748636b7488860cbe2dd2c99d9.zip
[TI removal] Update the C API for the move away from `TerminatorInst`.
This updates the C API for the removal of `TerminatorInst`. It converts the type query to a predicate query and moves the generic methods to work on `Instruction` instances that satisfy this predicate rather than requiring a specific type. It also clarifies that the C API wrapping `BasicBlock::getTerminator` just returns an `Instruction`. Because this was always wrapped opaquely as a value and the functions consuming these values will work on `Instruction` objects, this shouldn't break any clients. This is a completely compatible change to the C API. Differential Revision: https://reviews.llvm.org/D52968 llvm-svn: 344764
Diffstat (limited to 'clang/lib/Headers/intrin.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud