1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include
Duncan P. N. Exon Smith 7004fd9aac IR: MDNode => Value: Instruction::getMetadata()
Change `Instruction::getMetadata()` to return `Value` as part of
PR21433.

Update most callers to use `Instruction::getMDNode()`, which wraps the
result in a `cast_or_null<MDNode>`.

llvm-svn: 221024
2014-11-01 00:10:31 +00:00
..
llvm IR: MDNode => Value: Instruction::getMetadata() 2014-11-01 00:10:31 +00:00
llvm-c [C API] PR19859: Add functions to query and modify branches. 2014-10-28 19:46:56 +00:00