Add convenience functions for reading in LLVM IR that autodetect
authorDan Gohman <gohman@apple.com>
Wed, 2 Sep 2009 17:54:06 +0000 (17:54 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 2 Sep 2009 17:54:06 +0000 (17:54 +0000)
commit87750fcfc8d6ace324d0a237ae7da14d120fff34
tree360ed12eb605dbadc279f812512173649b15c008
parent3bd52827bd65bdb5d6b6440a5fce0747eb414a60
Add convenience functions for reading in LLVM IR that autodetect
and LLVM Assembly and LLVM Bitcode and automatically call the
corresponding reader.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80809 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/IRReader.h [new file with mode: 0644]