First testcase for SCCP pass
[oota-llvm.git] / test / Transforms / SCCP / 2002-05-02-MissSecondInst.ll
1 ; RUN: if as < %s | opt -sccp | dis | grep sub
2 ; RUN: then exit 1
3 ; RUN: else exit 0
4 ; RUN: fi
5
6 void "test3"(int, int)
7 begin
8         add int 0, 0
9         sub int 0, 4
10         ret void
11 end
12