blob: c1970ff811b93b31ea825bd7bb36a3daa225ce15 [file] [log] [blame]
David Blaikiec52b4942015-01-30 23:52:19 +00001; RUN: llc -mtriple=powerpc-unknown-linux -O0 -filetype=asm < %S/../Inputs/line.ll | FileCheck %S/../Inputs/line.ll
2
3; This is more complex than it looked. It's mixed up somewhere in SelectionDAG
4; (legalized as br_cc, losing the separation between the comparison and the
5; branch, then further lowered to cmplwi + brcc but without the fidelity that
6; those two instructions are on separate lines)
7; XFAIL: *