blob: c866900a535da9967af27340e23a8e67e8d0f599 [file] [log] [blame]
Chris Lattnerfb90fe32006-01-23 23:24:13 +00001; RUN: llvm-as %s -o - | llvm-dis > Output/t1.ll
2; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll
3; RUN: diff Output/t1.ll Output/t2.ll
4
5
Chris Lattner52599e12006-01-24 00:37:20 +00006module asm "this is an inline asm block"
7module asm "this is another inline asm block"
Chris Lattnerfb90fe32006-01-23 23:24:13 +00008