OSDN Git Service

Fix "Control reaches the end of non-void function" warnings,
authorChris Lattner <sabre@nondot.org>
Sun, 30 Mar 2008 18:22:13 +0000 (18:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Mar 2008 18:22:13 +0000 (18:22 +0000)
commitd27c991cebe48fdf82b5d9eec6c2a1a244f82622
tree540c5d6ba547c04eee48f2e86ce4f39ffd0c26ed
parentf19f58a9360927f8ef50b9a029e8efb780d3d8a8
Fix "Control reaches the end of non-void function" warnings,
patch by David Chisnall.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48963 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SparseBitVector.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/Alpha/AlphaInstrInfo.cpp
lib/Target/MSIL/MSILWriter.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Transforms/Scalar/PredicateSimplifier.cpp