8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
9 lines
233 B
LLVM
9 lines
233 B
LLVM
; RUN: llc -no-integrated-as < %s
|
|
|
|
; Test that we can have an "X" output constraint.
|
|
|
|
define void @test(i16 * %t) {
|
|
call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
|
|
ret void
|
|
}
|