[lldb] Make sure Blocks always have a parent (#117683)
[llvm-project.git] / llvm / test / CodeGen / SystemZ / soft-float-inline-asm-01.ll
blob728ff2f512636f40fbb3b00a7e193c1a4ae69907
1 ; RUN: not llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -mattr=soft-float -O3 2>&1 | FileCheck %s
3 ; Verify that inline asms cannot use fp/vector registers with soft-float.
5 define float @f1() {
6   %ret = call float asm "", "=f" ()
7   ret float %ret
10 ; CHECK: error: couldn't allocate output register for constraint 'f'