Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
3cd20f8d8b51c78018c20f2c6788065de13f48d7
/
.
/
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