1 ; RUN: llc < %s -march=xcore
6 switch i32 undef, label %default [
14 %arg = fadd double undef, undef
15 %res = call double @f2(i32 undef, double %arg, double undef)
19 %unused = phi double [ %res, %default ], [ undef, %start ]
24 declare double @f2(i32, double, double)