forked from OSchip/llvm-project
Sema: Remove stray static
This is a real bug if the code path is ever used with different pointer sizes in the same process. llvm-svn: 230893
This commit is contained in:
parent
0995479e67
commit
e0ca6e1375
|
@ -2128,7 +2128,7 @@ bool Sema::SemaBuiltinVAStartARM(CallExpr *Call) {
|
|||
if (checkBuiltinArgument(*this, Call, 0))
|
||||
return true;
|
||||
|
||||
static const struct {
|
||||
const struct {
|
||||
unsigned ArgNo;
|
||||
QualType Type;
|
||||
} ArgumentTypes[] = {
|
||||
|
|
Loading…
Reference in New Issue