blob: 183e5bc4d794189b9bee79b6f8eb4ba32a6f1cb2 [file] [log] [blame]
; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep sub
void %test3(int, int) {
add int 0, 0
sub int 0, 4
ret void
}