Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
94a4bcdce36558e918be2c29f2e4ce4cb1528c8f
/
.
/
test
/
Feature
/
small.ll
blob: 6ef37c7083a08eecddb1928a55e533b2077243cc [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
%x
=
type
int
implementation
int
"foo"
(
int
%in
)
begin
label
:
ret
int
2
end