very early support for analyzing a bitstream. This opens the file, starts
authorChris Lattner <sabre@nondot.org>
Sun, 29 Apr 2007 08:12:22 +0000 (08:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Apr 2007 08:12:22 +0000 (08:12 +0000)
commit45e0f890f82ad2daee99f17e99ff7de932326a2f
tree371fd8ea78ce058fddaab6180610a9a95eeb8101
parent107d80956d1a7017b132e508defdb5f90e74de5f
very early support for analyzing a bitstream.  This opens the file, starts
reading the stream, and detects whether it is LLVM IR or not.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36556 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp