isSVR4ABI() returned !isDarwin() so just move that to the else
authorEric Christopher <echristo@gmail.com>
Fri, 30 May 2014 22:47:53 +0000 (22:47 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 30 May 2014 22:47:53 +0000 (22:47 +0000)
commit96241f26fcbf6bc40a4ce1ea6c3c7ef8af22b7a9
tree688f8689ab10ff5eef91b90a268d605554cc308e
parent46949d58b99278dc0f79dcd1995c9e72f8074467
isSVR4ABI() returned !isDarwin() so just move that to the else
block and remove the unreachable code.

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