aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/mem2reg/asm-reload0.c
blob: c9e297dde42803d27f5c5f43d8d93ebbc7c58e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
static int asm_reload(void)
{
	int mem = 0;
	asm volatile ("[%1] <= 1" : "=m" (mem));
	return mem;
}

/*
 * check-name: asm-reload0
 * check-command: test-linearize $file
 * check-known-to-fail
 *
 * check-output-ignore
 * check-output-contains: load\\.
 */