diff options
author | Rui Ueyama <ruiu@google.com> | 2017-08-30 22:11:03 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-08-30 22:11:03 +0000 |
commit | 01d026510630203b1217a0d5550a86e6eaa05b12 (patch) | |
tree | 6c5e5726bd9586e8cd3c258b943e6f3b918b0ecf /llvm/lib/CodeGen/CodeGen.cpp | |
parent | fbe9041a37d937bed8f0d64aa8497c7d6add691a (diff) | |
download | bcm5719-llvm-01d026510630203b1217a0d5550a86e6eaa05b12.tar.gz bcm5719-llvm-01d026510630203b1217a0d5550a86e6eaa05b12.zip |
Simplify writeArchive return type.
writeArchive returned a pair, but the first element of the pair is always
its first argument on failure, so it doesn't make sense to return it from
the function. This patch change the return type so that it does't return it.
Differential Revision: https://reviews.llvm.org/D37313
llvm-svn: 312177
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions