blob: df36b9ae5379be1ef3e47e2d8910f64346e3c2bc [file] [edit]
# RUN: not llc -mtriple=x86_64 -run-pass=none -filetype=null %s 2>&1 | FileCheck %s
# REQUIRES: x86-registered-target
# Test parsing error for tiedto constraint without colon.
# CHECK: [[@LINE+5]]:{{[0-9]+}}: expected ':' after 'tiedto'
---
name: foo
body: |
bb.0:
INLINEASM &"", attdialect, regdef:GR32, reguse tiedto 0
...