brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · 7f5f619 Raw
12 lines · plain
1; RUN: llvm-as < %s | llvm-dis > %t1.ll2; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll3; RUN: diff %t1.ll %t2.ll4 5define i32 @foo() {6        br label %"foo`~!@#$%^&*()-_=+{}[]\\\\|;:',<.>/?"7 8"foo`~!@#$%^&*()-_=+{}[]\\\\|;:',<.>/?":                ; preds = %09        ret i32 1710}11 12