brintos

brintos / llvm-project-archived public Read only

0
0
Text · 227 B · 3cff8e2 Raw
10 lines · plain
1; RUN: llc < %s -mtriple=thumb-apple-darwin \2; RUN:     -frame-pointer=all | not grep "r11"3; RUN: llc < %s -mtriple=thumb-linux-gnueabi \4; RUN:     -frame-pointer=all | not grep "r11"5 6define i32 @f() {7entry:8	ret i32 109}10