commit | 243f7296e545cf003e3a44fe3272f593d8d291ef | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jan 23 23:24:13 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jan 23 23:24:13 2006 +0000 |
tree | 2ecfea2a00ff1b17682570b760bd8a0838bf4a5f | |
parent | 91c15c40a71e9e7256f51e6de820768dd5ae3bcb [diff] [blame] |
new testcase llvm-svn: 25562
diff --git a/llvm/test/Feature/inlineasm.ll b/llvm/test/Feature/inlineasm.ll new file mode 100644 index 0000000..94dbae0 --- /dev/null +++ b/llvm/test/Feature/inlineasm.ll
@@ -0,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" +