Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
.
/
llvm
/
test
/
CodeGen
/
ARM
/
a15.ll
blob: 9f0b2809a9522b639fcfa3cc92653da0746de2e3 [
file
] [
log
] [
blame
]
; RUN: llc -mtriple=arm -mcpu=cortex-a15 %s -o - | FileCheck %s
; CHECK: a
define
i32
@a
(
i32
%x
)
{
ret
i32
%x
;
}