Fix to make the CBE always emit comparisons inline. Hopefully this will
authorChris Lattner <sabre@nondot.org>
Thu, 20 May 2004 20:25:50 +0000 (20:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 20 May 2004 20:25:50 +0000 (20:25 +0000)
commit433e25a9201a4102adc44b7525382886ddc56417
treedcf57dbd13e571bb50a1d11cce2398397fd35aac
parentceabd97423f8431f8215f180e21722fc3d221a35
Fix to make the CBE always emit comparisons inline.  Hopefully this will
fix the really bad code we're getting on PPC.

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