diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-24 00:37:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-24 00:37:20 +0000 |
commit | a1280ad4d973ab4fb76f452fb6688d8cd974d28b (patch) | |
tree | e96fc16b6c8db3e2f8c98007dd519ab977bf7333 /llvm/test/Feature/inlineasm.ll | |
parent | e3a79268a2facb9bcb79ce63c99e6469f36a0dd9 (diff) | |
download | bcm5719-llvm-a1280ad4d973ab4fb76f452fb6688d8cd974d28b.tar.gz bcm5719-llvm-a1280ad4d973ab4fb76f452fb6688d8cd974d28b.zip |
minor syntax change
llvm-svn: 25566
Diffstat (limited to 'llvm/test/Feature/inlineasm.ll')
-rw-r--r-- | llvm/test/Feature/inlineasm.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Feature/inlineasm.ll b/llvm/test/Feature/inlineasm.ll index 94dbae0780f..c866900a535 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" |