summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/reg_equal_test.c
blob: d87c75cc27c45daaff059c5c74600fcaf95a71cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* { dg-do compile } */
/* { dg-options "-fgimple -O1 -fdump-rtl-expand" } */
/* { dg-skip-if "" { ! { arm_thumb2_ok || arm_thumb1_movt_ok } } } */

void __GIMPLE (ssa,startwith ("expand"))
x ()
{
  unsigned int d;

  __BB(2,guessed_local(1073741824)):
  d_1 = 3352447838u;
  return;
}

/* { dg-final { scan-rtl-dump "expr_list:REG_EQUAL \\(const_int -942519458" "expand" } } */