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