1 ; RUN: not llc -mtriple=i686-- < %s 2> %t
2 ; RUN: FileCheck %s < %t
4 ; CHECK: error: asm-goto outputs not supported
6 ; A test for asm-goto output prohibition
8 define i32 @test(i32 %a) {
11 %1 = callbr i32 asm "xorl $1, $1; jmp ${1:l}", "=&r,r,X,~{dirflag},~{fpsr},~{flags}"(i32 %0, i8* blockaddress(@test, %fail)) to label %normal [label %fail]