Eliminate enable-x86-fastcc
[oota-llvm.git] / test / CodeGen / X86 / 2006-10-02-BoolRetCrash.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc 
2 ; PR933
3
4 fastcc bool %test() {
5         ret bool true
6 }