diff options
| author | Dan Gohman <gohman@apple.com> | 2009-03-31 18:20:47 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-03-31 18:20:47 +0000 |
| commit | 6161b3ccf6c9b0eb06788738c453346268fec5d5 (patch) | |
| tree | 6d2dbb2f8cc65deca2c5413f600ceba93028f1c0 /llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll | |
| parent | 63a224ad596ada00468c2961df414ccd3ce31e2a (diff) | |
| download | bcm5719-llvm-6161b3ccf6c9b0eb06788738c453346268fec5d5.tar.gz bcm5719-llvm-6161b3ccf6c9b0eb06788738c453346268fec5d5.zip | |
Add an explicit -asm-verbose to these tests, to make it
possible to run the tests with -asm-verbose defaulting
to false.
llvm-svn: 68124
Diffstat (limited to 'llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll b/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll index 497a83aa34a..0ad539664c9 100644 --- a/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll +++ b/llvm/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' |

