• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s
2; PR933
3
4define fastcc i1 @test() {
5        ret i1 true
6}
7
8