summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/iv-users-in-other-loops.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/iv-users-in-other-loops.ll')
-rw-r--r--llvm/test/CodeGen/X86/iv-users-in-other-loops.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/iv-users-in-other-loops.ll b/llvm/test/CodeGen/X86/iv-users-in-other-loops.ll
index 8f79fb8cde2..4a6f5316a68 100644
--- a/llvm/test/CodeGen/X86/iv-users-in-other-loops.ll
+++ b/llvm/test/CodeGen/X86/iv-users-in-other-loops.ll
@@ -1,9 +1,8 @@
; RUN: llc < %s -march=x86-64 -enable-lsr-nested -o %t
; RUN: not grep inc %t
; RUN: grep dec %t | count 2
-; RUN: grep addq %t | count 12
+; RUN: grep addq %t | count 10
; RUN: not grep addb %t
-; RUN: not grep leaq %t
; RUN: not grep leal %t
; RUN: not grep movq %t
OpenPOWER on IntegriCloud