bolt/deps/llvm-18.1.8/llvm/test/CodeGen/Thumb2/frameless.ll
2025-02-14 19:21:04 +01:00

6 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
}