blob: 918431adf1d80d7b4a21e6fb66dab605a706d268 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -mem2reg
2
3implementation ; Functions:
4
5void %_Z3barv() {
6 %result = alloca int
7 ret void
8
9 store int 0, int* %result ; DF not set!
10 ret void
11}