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