aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll
blob: 8029456af7076007a4fcae70dafe0ea67cd08ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: if as < %s | opt -sccp | dis | grep sub
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi

void "test3"(int, int)
begin
	add int 0, 0
        sub int 0, 4
        ret void
end