aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/selftests/simple-cse.rtl
blob: 2dae4ae7433c5c071ae88c2b56a3b3c4e3113c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(function "test"
  (insn-chain
    (block 2
      (edge-from entry (flags "FALLTHRU"))
      (cinsn 1 (set (reg:SI <1>)
                    (plus:SI (reg:SI <0>)
                             (const_int 1))) (nil))
      (cinsn 2 (set (reg:SI <2>)
                    (plus:SI (reg:SI <0>)
                             (const_int 1))) (nil))
      (cinsn 3 (set (mem:SI (reg:SI <3>) [1 i+0 S4 A32])
                    (mult:SI (reg:SI <1>) (reg:SI <2>))) (nil))
      (edge-to exit (flags "FALLTHRU"))
    ) ;; block 2
  ) ;; insn-chain
) ;; function