1; RUN: llc < %s 2 3define void @main() { 4 call void @llvm.assume(i1 1) 5 ret void 6} 7 8declare void @llvm.assume(i1) nounwind 9 10