blob: 24e99b19e39b03f806619069cdbc747d012a459d [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -sccp | llvm-dis | not grep sub
2
3void %test3(int, int) {
4 add int 0, 0
5 sub int 0, 4
6 ret void
7}