1; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s --check-prefix=ELF64 2 3define void @t1(i8* %x) nounwind { 4entry: 5; ELF64: t1 6 br label %L0 7 8L0: 9 br label %L1 10 11L1: 12 indirectbr i8* %x, [ label %L0, label %L1 ] 13; ELF64: mtctr 3 14; ELF64: bctr 15} 16