Make sure to verify the result before writing out the bytecode file. Not doing
authorChris Lattner <sabre@nondot.org>
Wed, 14 Jan 2004 03:39:46 +0000 (03:39 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Jan 2004 03:39:46 +0000 (03:39 +0000)
commit0cccb18c98ac83e0166eebf9c4192c6998aabf39
treedd31d0873e87df31e9516e56b0ab7a7c360c0397
parentfa76183e8e28985dfd17b1d6291c939dab4cbe1d
Make sure to verify the result before writing out the bytecode file.  Not doing
so can cause obscure errors downstream.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10840 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccas/gccas.cpp
tools/gccld/GenerateCode.cpp