7 lines
108 B
LLVM
7 lines
108 B
LLVM
; RUN: llvm-as < %s | opt -analyze -tddatastructure
|
|
|
|
void %foo(int* %X) {
|
|
store int 4, int* %X
|
|
ret void
|
|
}
|