[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / callbr-asm-errors.ll
blob5569e3c15ac5c87336cbe2e585582cd47e5c0be5
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) {
9 entry:
10   %0 = add i32 %a, 4
11   callbr void asm "xorl $0, $0; jmp ${1:l}", "r,X,X,~{dirflag},~{fpsr},~{flags}"(i32 %0, i8* blockaddress(@test, %fail), i8* blockaddress(@test, %fail)) to label %normal [label %fail, label %fail]
13 normal:
14   ret i32 %0
16 fail:
17   ret i32 1