repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
AST
/
spurious-regparm.c
blob
4ae23f0172413a85b853294d0d95e6de4a7d2f3b
1
// RUN: %clang_cc1 -triple armv8.1m.main-eabi -mcmse -fsyntax-only %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