blob: 912cb474af499db5e909b10c29a1bd6047e19f70 [file] [log] [blame]
; RUN: llvm-as < %s 2>&1 | not grep Asserti
void %test() {
%tmp.1 = add int 0, 1
br label %return
return:
%tmp.1 = add int 0, 1
ret void
}