1 ; RUN: llvm-as < %s | llvm-dis | llvm-as
3 ; Ensure that the asm writer emits types before both operands of the
4 ; store, even though they can be the same.
9 %A = malloc %RecTy ; <%RecTy> [#uses=1]
10 %B = malloc %RecTy ; <%RecTy> [#uses=1]
11 store %RecTy %B, %RecTy %A