13 lines · plain
1# RUN: llc -o - %s -mtriple=x86_64-- -run-pass none | FileCheck %s2---3# Avoid crash/assert when using an emptystring in an INLINEASM.4# CHECK-LABEL: name: emptystring5# CHECK: bb.0:6# CHECK: INLINEASM &"", 17# CHECK: RET 08name: emptystring9body: |10 bb.0:11 INLINEASM &"", 112 RET 013