llvm-6502/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll
2003-06-28 23:23:34 +00:00

8 lines
127 B
LLVM

; RUN: as < %s | opt -sccp | dis | not grep sub
void %test3(int, int) {
add int 0, 0
sub int 0, 4
ret void
}