blob: 918431adf1d80d7b4a21e6fb66dab605a706d268 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
; RUN: llvm-upgrade < %s | llvm-as | opt -mem2reg
implementation ; Functions:
void %_Z3barv() {
%result = alloca int
ret void
store int 0, int* %result ; DF not set!
ret void
}
|