forked from OSchip/llvm-project
parent
e385fcf098
commit
70a12ec8f8
|
@ -0,0 +1,7 @@
|
||||||
|
; RUN: llvm-as < %s | llc &&
|
||||||
|
; RUN: llvm-as < %s | llc -enable-x86-fastcc
|
||||||
|
; PR933
|
||||||
|
|
||||||
|
fastcc bool %test() {
|
||||||
|
ret bool true
|
||||||
|
}
|
Loading…
Reference in New Issue