1 ; RUN: llc < %s 2 ; PR933 3 ; REQUIRES: default_triple 4 5 define fastcc i1 @test() { 6 ret i1 true 7 } 8 9