[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / 2006-10-02-BoolRetCrash.ll
1 ; RUN: llc < %s 
2 ; PR933
3 ; REQUIRES: default_triple
4
5 define fastcc i1 @test() {
6         ret i1 true
7 }
8