brintos

brintos / llvm-project-archived public Read only

0
0
Text · 498 B · 091a8ea Raw
17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc --mtriple=i386-linux-gnu %s -o - -verify-machineinstrs \3; RUN:   | FileCheck %s4; RUN: llc --mtriple=x86_64-linux-gnu %s -o - -verify-machineinstrs \5; RUN:   | FileCheck %s6define void @x() fn_ret_thunk_extern {7; CHECK-LABEL: x:8; CHECK:       # %bb.0:9; CHECK-NEXT:    cs10; CHECK-NEXT:    jmp __x86_return_thunk11  ret void12}13 14!llvm.module.flags = !{!0}15 16!0 = !{i32 4, !"indirect_branch_cs_prefix", i32 1}17