OSDN Git Service

[IR] Provide an API to skip the details of a structured type when printed.
authorQuentin Colombet <qcolombet@apple.com>
Mon, 7 Mar 2016 22:32:42 +0000 (22:32 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Mon, 7 Mar 2016 22:32:42 +0000 (22:32 +0000)
commitdbefd77861bd50987cf1a0eb85c623734502d815
tree5b27bf7d927e4474bb849c72a93d24c5b92138ba
parent2ba0323edd1a49c7a78404e1814dcd00818f65c0
[IR] Provide an API to skip the details of a structured type when printed.

The mir infrastructure will need this for generic instructions and currently
this feature was only available through the anonymous TypePrinter class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262869 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Type.h
lib/IR/AsmWriter.cpp