summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-03-24 00:17:40 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-03-24 00:17:40 +0000
commitf1c0ae9de5365a578fbdfebe4625fb281b0be592 (patch)
tree2da6d58ba4016209ff0f030dcaef38a1fa0bc33a /test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
parent16581bf931c0ccf2f8993397acfa4e1d509a68dc (diff)
downloadllvm-f1c0ae9de5365a578fbdfebe4625fb281b0be592.tar.gz
llvm-f1c0ae9de5365a578fbdfebe4625fb281b0be592.tar.bz2
llvm-f1c0ae9de5365a578fbdfebe4625fb281b0be592.tar.xz
Do not emit comments unless -asm-verbose.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll')
-rw-r--r--test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll b/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
index 3d5a86cd24..6cf731b0e9 100644
--- a/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
+++ b/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | grep {#} | not grep -v {##}
+; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -asm-verbose | grep {#} | not grep -v {##}
%struct.AGenericCall = type { %struct.AGenericManager*, %struct.ComponentParameters*, i32* }
%struct.AGenericManager = type <{ i8 }>