Fix some 80 column violations.
authorChris Lattner <sabre@nondot.org>
Fri, 12 Oct 2007 05:30:59 +0000 (05:30 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Oct 2007 05:30:59 +0000 (05:30 +0000)
commit6a94de299029043f0a51a401398921cc8bb2418d
tree585ba60ed5f66a9a367589f01b27d537eb70e0cb
parentcb324cfc3223eb5bf12792f22b1f7bed2b28079d
Fix some 80 column violations.
Fix DecomposeSimpleLinearExpr to handle simple constants better.
Don't nuke gep(bitcast(allocation)) if the bitcast(allocation) will
fold the allocation.  This fixes PR1728 and Instcombine/malloc3.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42891 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp