spurious-regparm.c 217 Bytes Raw Blame History Permalink 1 2 3 4 // RUN: %clang_cc1 -triple armv8.1m.main-eabi -mcmse -fsyntax-only %s -ast-dump | FileCheck %s // REQUIRES: arm-registered-target typedef int (*fn_t)(int) __attribute__((cmse_nonsecure_call)); // CHECK-NOT: regparm 0