summaryrefslogtreecommitdiffstats
path: root/test/Feature/smallest.ll
blob: a7ad71c3849c65407e6b80dc3e5f65e7a236d316 (plain)
1
2
3
4
5
6
7
; 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


implementation