Clean up some uninitialized variables and missing return statements that
authorReid Spencer <rspencer@reidspencer.com>
Sat, 18 Jun 2005 17:37:34 +0000 (17:37 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 18 Jun 2005 17:37:34 +0000 (17:37 +0000)
commit4b828e6384e1e6c9936130dd9fe805c2140b05fc
tree9c286f3d73a34ab2bcdae74c659a2aa0623249a1
parent8a207c16d2eb44ebcf94b13b0db047e46b7b0d30
Clean up some uninitialized variables and missing return statements that
GCC 4.0.0 compiler (sometimes incorrectly) warns about under release build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22249 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCBranchSelector.cpp
lib/Target/SparcV9/SparcV9BurgISel.cpp
lib/Target/SparcV9/SparcV9CodeEmitter.cpp
lib/Transforms/Scalar/InstructionCombining.cpp