[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / PowerPC / aix-return55.ll
blobb16f2fa66e7246225cb4ae867c89a3822219ecf7
1 ; RUN: llc -mcpu=pwr9 -mtriple=powerpc-ibm-aix-xcoff -verify-machineinstrs < %s | FileCheck %s
4 define dso_local signext i32 @foo() {
5 entry:
6   ret i32 55
7 ; CHECK-LABEL: .foo:
8 ; CHECK: li 3, 55
9 ; CHECK: blr