summaryrefslogtreecommitdiff
path: root/includes/compiler/VectorArraysToRegs.h
blob: 80e39f33d611087c6a683262e46fbf3b342cab22 (plain)
1
2
3
4
5
6
7
8
#ifndef COMPILER_VECTORARRAYSTOREGS_H
#define COMPILER_VECTORARRAYSTOREGS_H

#include "compiler/common.h"

extern int vectorarraystoregs(void);

#endif