brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · a22652d Raw
9 lines · plain
1target datalayout = "E-m:a-Fi64-i64:64-n32:64-S128-v256:256:256-v512:512:512"2target triple = "powerpc64-ibm-aix7.2.0.0"3 4define signext i32 @foo() {5entry:6  ret i32 427}8 9