1*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=powerpc-unknown-linux -O0 -filetype=asm < %S/../Inputs/line.ll | FileCheck %S/../Inputs/line.ll 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker; This is more complex than it looked. It's mixed up somewhere in SelectionDAG 4*9880d681SAndroid Build Coastguard Worker; (legalized as br_cc, losing the separation between the comparison and the 5*9880d681SAndroid Build Coastguard Worker; branch, then further lowered to cmplwi + brcc but without the fidelity that 6*9880d681SAndroid Build Coastguard Worker; those two instructions are on separate lines) 7*9880d681SAndroid Build Coastguard Worker; XFAIL: * 8