Revert "AVX512: Implemented encoding and intrinsics for vextracti64x4 ,vextracti64x...
[oota-llvm.git] / test / CodeGen / X86 / 2006-10-02-BoolRetCrash.ll
1 ; RUN: llc < %s 
2 ; PR933
3
4 define fastcc i1 @test() {
5         ret i1 true
6 }
7