aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
blob: d7571d891924e9cbeb93ab98c978c81f4ac6bb23 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llc &&
; RUN: llvm-as < %s | llc -enable-x86-fastcc
; PR933

fastcc bool %test() {
	ret bool true
}