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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
cxx-altivec.cpp
blob
cd4df63c19e862a239a737256c0e0c648bb8160f
1
// RUN: %clang_cc1 -triple=powerpc-ibm-aix -target-feature +altivec -fsyntax-only -verify %s
2
3
struct
Vector
{
4
__vector
float
xyzw
;
5
}
__attribute__
((
vecreturn
))
__attribute__
((
vecreturn
));
// expected-error {{'vecreturn' attribute cannot be repeated}}