default to emiting an uncompressed .bc file
authorChris Lattner <sabre@nondot.org>
Sun, 21 Jan 2007 06:34:18 +0000 (06:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Jan 2007 06:34:18 +0000 (06:34 +0000)
commit17be6791b8b22b36850340a44a6f05de5c3cbf85
treee93138f9dfc08cc733f7254d7f92c2635d87e627
parent9b5b182e5f897b559fde4a20290f017ddc43162c
default to emiting an uncompressed .bc file

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33420 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bytecode/WriteBytecodePass.h
include/llvm/Bytecode/Writer.h
tools/bugpoint/OptimizerDriver.cpp
tools/gccas/gccas.cpp
tools/gccld/GenerateCode.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-ld/llvm-ld.cpp
tools/llvm-link/llvm-link.cpp
tools/lto/lto.cpp
tools/opt/opt.cpp