[x86] Teach the new v4i32 shuffle lowering some more tricks to recognize
[oota-llvm.git] / test / CodeGen / Generic / assume.ll
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