forked from OSchip/llvm-project
parent
3442844742
commit
2219a0db96
|
@ -0,0 +1,8 @@
|
|||
; RUN: as < %s | opt -instcombine -disable-output
|
||||
|
||||
%X = global int 5
|
||||
long %test() {
|
||||
%C = add long 1, 2
|
||||
%V = add long cast(int* %X to long), %C
|
||||
ret long %V
|
||||
}
|
Loading…
Reference in New Issue