brintos

brintos / llvm-project-archived public Read only

0
0
Text · 293 B · 4d976a9 Raw
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