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

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