commit | 11db8142e9de9bec53cf8dda1a2ac5eb85796805 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Tue Mar 24 00:17:40 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Tue Mar 24 00:17:40 2009 +0000 |
tree | 2da6d58ba4016209ff0f030dcaef38a1fa0bc33a | |
parent | db0d867d9639be997eb8734a101505eb8fbc3b2f [diff] [blame] |
Do not emit comments unless -asm-verbose. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67580 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/2007-06-04-tailmerge4.ll b/test/CodeGen/X86/2007-06-04-tailmerge4.ll index 497a83a..0ad5396 100644 --- a/test/CodeGen/X86/2007-06-04-tailmerge4.ll +++ b/test/CodeGen/X86/2007-06-04-tailmerge4.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -enable-eh | grep invcont131 +; RUN: llvm-as < %s | llc -enable-eh -asm-verbose | grep invcont131 ; PR 1496: tail merge was incorrectly removing this block ; ModuleID = 'report.1.bc'