; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl -disable-output target endian = big target pointersize = 32 int %test(long %L) { %X = alloca int %Y = cast int* %X to ulong* store ulong 0, ulong* %Y %Z = load int *%X ret int %Z }