LoongArch: Optimize the implementation of stack check.
[official-gcc.git] / gcc / testsuite / gcc.target / loongarch / stack-check-prologue.h
blobb7e06aedb81d7692ebd587b23d1065436b1c7218
1 int f_test (int x)
3 char arr[SIZE];
4 return arr[x];