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