1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/Feature/small.ll

15 lines
199 B
LLVM
Raw Normal View History

; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
2001-06-06 22:29:01 +02:00
%x = type int
implementation
int "foo"(int %in)
begin
label:
2002-04-16 23:31:08 +02:00
ret int 2
2001-06-06 22:29:01 +02:00
end