This hunk:
authorChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 23:07:31 +0000 (23:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 23:07:31 +0000 (23:07 +0000)
commit35e5c7c186338c788b5476a0e722db4386b58856
treeddeaaaf179933808a008bd3cb73e51d5b27d158f
parent709b27424404529fc56735981367ae4ee9b81c18
This hunk:
-  unsigned TrueValue = getReg(TrueVal, BB, BB->begin());
+  unsigned TrueValue = getReg(TrueVal);

Fixes the PPC regressions from last night.

The other hunk is just a clarity improvement.

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