Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / AST / spurious-regparm.c
blobd7b09ec8f87e007adcf64519ea687c224ab11394
1 // RUN: %clang_cc1 -triple armv8.1m.main-eabi -mcmse %s -ast-dump | FileCheck %s
2 // REQUIRES: arm-registered-target
3 typedef int (*fn_t)(int) __attribute__((cmse_nonsecure_call));
4 // CHECK-NOT: regparm 0