[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / callbr-asm-outputs.ll
blob7595deba3364b4a332d68d4482622ae0396fd8e4
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) {
9 entry:
10   %0 = add i32 %a, 4
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]
13 normal:
14   ret i32 %1
16 fail:
17   ret i32 1