forked from OSchip/llvm-project
add the other test case for completeness and to avoid regressions in the future
llvm-svn: 55629
This commit is contained in:
parent
7b704a502b
commit
dd30e2c677
|
@ -64,5 +64,6 @@ struct sym_reg {
|
|||
char nc_gpreg;
|
||||
};
|
||||
int sym_fw1a_scr[] = {
|
||||
((int)(&((struct sym_reg *)0)->nc_gpreg)) & 0
|
||||
((int)(&((struct sym_reg *)0)->nc_gpreg)) & 0,
|
||||
8 * ((int)(&((struct sym_reg *)0)->nc_gpreg))
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue