]> granicus.if.org Git - llvm/commit
Have a single enum for "not a bitcode" error.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 29 Jul 2014 21:01:24 +0000 (21:01 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 29 Jul 2014 21:01:24 +0000 (21:01 +0000)
commit63252a0aa319be43e853ed43a611e97e6bb02f7a
treec1b8e25966f55c10fd6ba7c1adef2c62fa57acc2
parent8b891ea63e40a4cee590abb806eafde7a1c22a45
Have a single enum for "not a bitcode" error.

This is more convenient for callers. No functionality change, this will
be used in a next patch to the gold plugin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214218 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/ReaderWriter.h
lib/Bitcode/Reader/BitcodeReader.cpp