aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/inlineasm.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-24 00:37:20 +0000
committerChris Lattner <sabre@nondot.org>2006-01-24 00:37:20 +0000
commit52599e17b17b7b5731bd8e23d6b768a318dc37d3 (patch)
tree0d1b3842b52b734a62b70eaac7e793c97b45b8c1 /test/Feature/inlineasm.ll
parent2c1b1597f244c836771b4f2668c0ae399d32a5e9 (diff)
downloadexternal_llvm-52599e17b17b7b5731bd8e23d6b768a318dc37d3.zip
external_llvm-52599e17b17b7b5731bd8e23d6b768a318dc37d3.tar.gz
external_llvm-52599e17b17b7b5731bd8e23d6b768a318dc37d3.tar.bz2
minor syntax change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/inlineasm.ll')
-rw-r--r--test/Feature/inlineasm.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/inlineasm.ll b/test/Feature/inlineasm.ll
index 94dbae0..c866900 100644
--- a/test/Feature/inlineasm.ll
+++ b/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"