llvm-for-llvmta/test/CodeGen/Thumb2/frameless.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

7 lines
204 B
LLVM

; RUN: llc < %s -mtriple=thumbv7-apple-darwin -frame-pointer=all | not grep mov
; RUN: llc < %s -mtriple=thumbv7-linux -frame-pointer=all | not grep mov
define void @t() nounwind readnone {
ret void
}