brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · 16c529b Raw
12 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 52; RUN: opt --passes=globalopt -o - -S < %s | FileCheck %s3 4define ptr @f1() {5; CHECK-LABEL: define ptr @f1() {6; CHECK-NEXT:    unreachable7;8  unreachable9}10 11@i1 = ifunc void(), ptr @f112