commit | 42ceb47150b2d423f9668c7b128b90927ac22cb0 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Wed Mar 25 01:47:28 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Wed Mar 25 01:47:28 2009 +0000 |
tree | ffd7617c63f7c380d36cc21404c2acf883c44191 | |
parent | 4c7969ed6d28ce12dc1028fd76bdc03b2f68dc50 [diff] [blame] |
CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67668 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 0ad5396..497a83a 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 -asm-verbose | grep invcont131 +; RUN: llvm-as < %s | llc -enable-eh | grep invcont131 ; PR 1496: tail merge was incorrectly removing this block ; ModuleID = 'report.1.bc'