brintos

brintos / llvm-project-archived public Read only

0
0
Text · 320 B · 3433451 Raw
15 lines · plain
1; RUN: llc < %s -mtriple=i686-- -O02 3; This file is for regression tests for cases where FastISel needs4; to gracefully bail out and let SelectionDAGISel take over.5 6	%0 = type { i64, ptr }		; type %07 8declare void @bar(%0)9 10define fastcc void @foo() nounwind {11entry:12	call void @bar(%0 zeroinitializer)13	unreachable14}15