mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-06 08:02:18 +00:00
[NFC,MTE] Drop unneeded attribute from test
Summary: Depends on D80847. Reviewers: eugenis Reviewed By: eugenis Subscribers: hiraditya, steven_wu, dexonsmith, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D80954
This commit is contained in:
parent
f62813e7ea
commit
85fdec988f
@ -121,7 +121,7 @@ __attribute__((noinline)) void use_local(char *p) { *p = w; }
|
||||
|
||||
// SSI-LABEL: @fn
|
||||
// SSI-LABEL: allocas uses:
|
||||
__attribute__((visibility("default"))) int fn() {
|
||||
int fn() {
|
||||
// XUNSAFE-DAG: [4]: full-set
|
||||
// XSAFE-DAG: [4]: [0,4)
|
||||
int x;
|
||||
|
Loading…
Reference in New Issue
Block a user