brintos

brintos / llvm-project-archived public Read only

0
0
Text · 451 B · 8fbabc7 Raw
31 lines · plain
1; RUN: llc < %s -mtriple=i686-pc-windows-msvc -relocation-model=pic | FileCheck %s2; MOVPC32r should not generate CFI under windows3 4; CHECK-LABEL: _foo:5; CHECK-NOT: .cfi_adjust_cfa_offset6define void @foo(i8) {7entry-block:8  switch i8 %0, label %bb2 [9    i8 1, label %bb110    i8 2, label %bb211    i8 3, label %bb312    i8 4, label %bb413    i8 5, label %bb514  ]15 16bb1:17  ret void18 19bb2:20  ret void21 22bb3:23  ret void24 25bb4:26  ret void27 28bb5:29  ret void30}31