Sign in
swiftshader
/
SwiftShader
/
a233ceaecd8531866d5551ee1dd3485339cfc495
/
.
/
third_party
/
LLVM
/
test
/
Feature
/
small.ll
blob: 7f54c4dc159a8dbadde85706f2d7b6a8ac925b06 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llvm-dis > %t1.ll
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
%x
=
type
i32
define
i32
@foo
(
i32
%in
)
{
label
:
ret
i32
2
}