diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2012-03-26-PostRALICMBug.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2012-03-26-PostRALICMBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2012-03-26-PostRALICMBug.ll b/llvm/test/CodeGen/X86/2012-03-26-PostRALICMBug.ll index d580b4f36db..18a33137735 100644 --- a/llvm/test/CodeGen/X86/2012-03-26-PostRALICMBug.ll +++ b/llvm/test/CodeGen/X86/2012-03-26-PostRALICMBug.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -stats 2>&1 | \ -; RUN: not grep {Number of machine instructions hoisted out of loops post regalloc} +; RUN: not grep "Number of machine instructions hoisted out of loops post regalloc" ; rdar://11095580 |