[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / Hexagon / hello-world-v55.ll
blob3dfbbde2a59d4f1f1bb6ba9b9d206c8da2999646
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: call puts
4 @g0 = private unnamed_addr constant [13 x i8] c"Hello World!\00"
6 ; Function Attrs: nounwind
7 define i32 @f0() #0 {
8 b0:
9   %v0 = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @g0, i32 0, i32 0))
10   ret i32 0
13 ; Function Attrs: nounwind
14 declare i32 @puts(i8* nocapture) #0
16 attributes #0 = { nounwind "target-cpu"="hexagonv55" }