1 ; RUN: llc -march=hexagon -mtriple=hexagon-unknown-linux-musl < %s | FileCheck %s
3 ; Test that the compiler deallocates the register saved area on Linux
4 ; for functions that do not need a frame pointer.
6 ; CHECK: r29 = add(r29,#-[[SIZE:[0-9]+]]
7 ; CHECK: r29 = add(r29,#[[SIZE]])
9 define void @test(...) {