blob: 552b68794195992316e0cb74a3225ebb6960e542 [file] [log] [blame]
Anshuman Dasguptae96f8042013-02-13 22:56:34 +00001; RUN: llc -march=hexagon -mcpu=hexagonv4 -O3 < %s | FileCheck %s
2
3; CHECK: r{{[0-9]+}} = p{{[0-9]+}}
4define i1 @foo() {
5entry:
6 ret i1 false
7}
8