; 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 ; Test "stripped" format where nothing is symbolic... this is how the bytecode ; format looks anyways (except for negative vs positive offsets)... ; define void @"void"(i39, i39) ; Def %0, %1 begin add i39 0, 0 ; Def 2 sub i39 0, 4 ; Def 3 br label %1 ;