Rename the current PPC BCL definition to BCLalways
authorHal Finkel <hfinkel@anl.gov>
Thu, 4 Apr 2013 22:55:54 +0000 (22:55 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 4 Apr 2013 22:55:54 +0000 (22:55 +0000)
commitcaeeb1865043d5410b5b0356694fb1228a18ec78
treeff82a5c1e706b8e84fedd5f27aa0232af00c1c35
parent7530a9f7d1e62b28e04d771158613c2954cc8d8c
Rename the current PPC BCL definition to BCLalways

BCL is normally a conditional branch-and-link instruction, but has
an unconditional form (which is used in the SjLj code, for example).
To make clear that this BCL instruction definition is specifically
the special unconditional form (which does not meaningfully take
a condition-register input), rename it to BCLalways.

No functionality change intended.

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