commit | a1280ad4d973ab4fb76f452fb6688d8cd974d28b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jan 24 00:37:20 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jan 24 00:37:20 2006 +0000 |
tree | e96fc16b6c8db3e2f8c98007dd519ab977bf7333 | |
parent | e3a79268a2facb9bcb79ce63c99e6469f36a0dd9 [diff] [blame] |
minor syntax change llvm-svn: 25566
diff --git a/llvm/test/Feature/inlineasm.ll b/llvm/test/Feature/inlineasm.ll index 94dbae0..c866900 100644 --- a/llvm/test/Feature/inlineasm.ll +++ b/llvm/test/Feature/inlineasm.ll
@@ -3,6 +3,6 @@ ; RUN: diff Output/t1.ll Output/t2.ll -asm "this is an inline asm block" -asm "this is another inline asm block" +module asm "this is an inline asm block" +module asm "this is another inline asm block"