Many random fixes:
authorChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 03:28:37 +0000 (03:28 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 03:28:37 +0000 (03:28 +0000)
commit2f5f51a8528751aaba1f101385a81076d2c665d0
tree1ade28fce13ff60f6c932b7d86f53bad7b058a3b
parentf34ee81c5ef50c10679873bcd491fa1f6796c638
Many random fixes:
 * Use binary operator logic for shifts instead of cloning code
 * Unary not is '~' not '!'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2570 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp