mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
12 lines
167 B
LLVM
12 lines
167 B
LLVM
|
; RUN: as < %s | opt -mem2reg
|
||
|
|
||
|
implementation ; Functions:
|
||
|
|
||
|
void %_Z3barv() {
|
||
|
%result = alloca int
|
||
|
ret void
|
||
|
|
||
|
store int 0, int* %result ; DF not set!
|
||
|
ret void
|
||
|
}
|