[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / Hexagon / predicate-copy.ll
blob1b58ec9e790871bc955a3218559d48f6f02e278f
1 ; RUN: llc -march=hexagon -O3 < %s | FileCheck %s
3 ; CHECK: r{{[0-9]+}} = p{{[0-9]+}}
5 define i1 @f0() #0 {
6 b0:
7   ret i1 false
10 attributes #0 = { nounwind "target-cpu"="hexagonv5" }