blob: aa95320ac1f75184ab400e0e9fbbe435de24cce4 [file] [log] [blame]
; RUN: llvm-as < %s | opt -instcombine -disable-output
%p = weak global int 0
int %test(int %x) {
%y = mul int %x, cast (int* %p to int)
ret int %y
}