Fix a bug I introduced in the ppc refactoring, which caused long
authorChris Lattner <sabre@nondot.org>
Tue, 16 Nov 2010 01:45:05 +0000 (01:45 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Nov 2010 01:45:05 +0000 (01:45 +0000)
commitb8efa6b475ed2f7d3797a8719cd27ab5fd64ae42
treecb434f80796c591a58b82293226fe175a17af92f
parenta295eb34a5c8bffa66ffd46b6f9b8e960930eae3
Fix a bug I introduced in the ppc refactoring, which caused long
branches to be emitted as:

  bne cr0, 2
instead of:
  bne cr0, $+8

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119317 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCInstrInfo.td