Fix CodeGen/Generic/2005-05-09-GlobalInPHI.ll, which was reduced from 254.gap.
authorChris Lattner <sabre@nondot.org>
Sat, 9 Apr 2005 22:05:17 +0000 (22:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Apr 2005 22:05:17 +0000 (22:05 +0000)
commit9184bfbbf47558da3e23d1b3483b7bac684925c1
tree1aa512f426f75483b239f60d1a5232fcf52864fa
parentd0abb7a2ec61c61e35d4c8da1708dd39ab4d1d48
Fix CodeGen/Generic/2005-05-09-GlobalInPHI.ll, which was reduced from 254.gap.
This caused the "use before a def" assertion on some programs.

With this patch, 254.gap now passes with the PPC backend.

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