Sign in
swiftshader
/
SwiftShader
/
5a01c18c860e49a9fda7c4a4c1b6824a71ba5ff5
/
.
/
src
/
LLVM
/
test
/
Feature
/
smallest.ll
blob: b38f3adbf8f0ea78bf20e0c4e05cadfe1a003f32 [
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