brintos

brintos / llvm-project-archived public Read only

0
0
Text · 344 B · 3008741 Raw
14 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 52; RUN: llc -mtriple=mipsel-windows-gnu < %s | FileCheck %s -check-prefix=MIPSEL3 4define void @unreachable() {5; MIPSEL-LABEL: unreachable:6; MIPSEL:       # %bb.0: # %entry7; MIPSEL-NEXT:    .insn8; MIPSEL-NEXT:    nop9 10entry:11  unreachable12}13 14