1; RUN: llc < %s2 3define void @main() {4 call void @llvm.assume(i1 1)5 ret void6}7 8declare void @llvm.assume(i1) nounwind9 10