1# RUN: llc -march=hexagon -run-pass hexagon-rdf-opt -o - %s | FileCheck %s
2
3# Check that EH_LABELs are not removed as dead (since they are no longer
4# marked as having side-effects):
5# CHECK-LABEL: fred
6# CHECK: EH_LABEL
7
8---
9name: fred
10tracksRegLiveness: true
11
12body: |
13  bb.0:
14    $r0 = A2_tfrsi 0
15    EH_LABEL 0
16...
17
18