mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
142428ce64
llvm-svn: 81293
14 lines
168 B
LLVM
14 lines
168 B
LLVM
; RUN: llc < %s -march=arm
|
|
; RUN: llc < %s -march=arm | grep add | count 1
|
|
|
|
define void @f1() {
|
|
%c = alloca i8, align 1
|
|
ret void
|
|
}
|
|
|
|
define i32 @f2() {
|
|
ret i32 1
|
|
}
|
|
|
|
|