Sign in
swiftshader
/
SwiftShader
/
e04f28a8f2ca7365f91e103cf3d0bca90e230eb0
/
.
/
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