
Similar to 806761a7629df268c8aed49657aeccffa6bca449 -march= is error-prone when running on a host whose OS is different.
8 lines
89 B
LLVM
8 lines
89 B
LLVM
; RUN: llc -mtriple=i686 < %s
|
|
; PR933
|
|
|
|
define fastcc i1 @test() {
|
|
ret i1 true
|
|
}
|
|
|