testcase for PR933

llvm-svn: 30702
This commit is contained in:
Chris Lattner 2006-10-03 17:17:54 +00:00
parent e385fcf098
commit 70a12ec8f8
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
; RUN: llvm-as < %s | llc &&
; RUN: llvm-as < %s | llc -enable-x86-fastcc
; PR933
fastcc bool %test() {
ret bool true
}