An overaggressive #ifdef allows a function to fall off the bottom of the
authorChris Lattner <sabre@nondot.org>
Wed, 12 Jul 2006 20:42:10 +0000 (20:42 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Jul 2006 20:42:10 +0000 (20:42 +0000)
commit3d6721a4a1cf9e9a27d05b268f86b7a9ce663d6f
tree51b070cb1c89f76e28f7748b73967bc26fdbe0a6
parented393433d2fd0d680ac5c18ad78e6ebe9afda034
An overaggressive #ifdef allows a function to fall off the bottom of the
function instead of returning a value.  This sometimes allowed the ppc32 jit
to be used in 64-bit mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29123 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCTargetMachine.cpp