diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-08-05-SpillerBug.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-08-05-SpillerBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-08-05-SpillerBug.ll b/llvm/test/CodeGen/X86/2008-08-05-SpillerBug.ll index ca42f2bc137..868c4958623 100644 --- a/llvm/test/CodeGen/X86/2008-08-05-SpillerBug.ll +++ b/llvm/test/CodeGen/X86/2008-08-05-SpillerBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -disable-fp-elim -stats -info-output-file - | not grep {Number of dead stores elided} +; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -disable-fp-elim -stats -info-output-file - | grep {Number of dead stores elided} | count 1 ; PR2568 @g_3 = external global i16 ; <i16*> [#uses=1] |