diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-04-20-LinearScanOpt.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2009-04-20-LinearScanOpt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-04-20-LinearScanOpt.ll b/llvm/test/CodeGen/X86/2009-04-20-LinearScanOpt.ll index fcb2ed07dc1..b74f4aec30a 100644 --- a/llvm/test/CodeGen/X86/2009-04-20-LinearScanOpt.ll +++ b/llvm/test/CodeGen/X86/2009-04-20-LinearScanOpt.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -relocation-model=pic -disable-fp-elim -stats |& grep asm-printer | grep 82 +; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -relocation-model=pic -disable-fp-elim -stats |& grep asm-printer | grep 79 ; rdar://6802189 ; Test if linearscan is unfavoring registers for allocation to allow more reuse |