Skip to content
  • Hal Finkel's avatar
    Rename the current PPC BCL definition to BCLalways · e5680b3c
    Hal Finkel authored
    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.
    
    llvm-svn: 178803
    e5680b3c
Loading