aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll
blob: 24e99b19e39b03f806619069cdbc747d012a459d (plain)
1
2
3
4
5
6
7
; RUN: llvm-upgrade < %s | llvm-as | opt -sccp | llvm-dis | not grep sub

void %test3(int, int) {
	add int 0, 0
        sub int 0, 4
        ret void
}