summaryrefslogtreecommitdiff
path: root/test/Transforms/DSAnalysis/simplest-test.ll
blob: 47c18b9c935a3daf8e0db80a71d15d3894151175 (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | opt -analyze -tddatastructure

void %foo(int* %X) {
	store int 4, int* %X
	ret void
}