[llvm-commits] CVS: llvm/test/Feature/inlineasm.ll
Chris Lattner
lattner at cs.uiuc.edu
Mon Jan 23 15:24:25 PST 2006
Changes in directory llvm/test/Feature:
inlineasm.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+8 -0)
inlineasm.ll | 8 ++++++++
1 files changed, 8 insertions(+)
Index: llvm/test/Feature/inlineasm.ll
diff -c /dev/null llvm/test/Feature/inlineasm.ll:1.1
*** /dev/null Mon Jan 23 17:24:23 2006
--- llvm/test/Feature/inlineasm.ll Mon Jan 23 17:24:13 2006
***************
*** 0 ****
--- 1,8 ----
+ ; RUN: llvm-as %s -o - | llvm-dis > Output/t1.ll
+ ; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll
+ ; RUN: diff Output/t1.ll Output/t2.ll
+
+
+ asm "this is an inline asm block"
+ asm "this is another inline asm block"
+
More information about the llvm-commits
mailing list