mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
4572ce85b0
llvm-svn: 33296
12 lines
187 B
LLVM
12 lines
187 B
LLVM
; 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
|
|
}
|