1 2 3 4 5 6 7 8 9 10 11 12
; 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 }