xref: /llvm-project/llvm/test/CodeGen/MIR/X86/inline-asm.mir (revision fe6c9cbb2440be652b9f7697bf945323e28a9fe4)
1# RUN: llc -o - %s -mtriple=x86_64-- -run-pass none | FileCheck %s
2---
3# Avoid crash/assert when using an emptystring in an INLINEASM.
4# CHECK-LABEL: name: emptystring
5# CHECK: bb.0:
6# CHECK:   INLINEASM &"", 1
7# CHECK:   RET 0
8name: emptystring
9body: |
10  bb.0:
11    INLINEASM &"", 1
12    RET 0
13