summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/licm-nested.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/licm-nested.ll')
-rw-r--r--llvm/test/CodeGen/X86/licm-nested.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/licm-nested.ll b/llvm/test/CodeGen/X86/licm-nested.ll
index 66074fb3682..083ae0875e3 100644
--- a/llvm/test/CodeGen/X86/licm-nested.ll
+++ b/llvm/test/CodeGen/X86/licm-nested.ll
@@ -1,5 +1,5 @@
; REQUIRES: asserts
-; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -o /dev/null -stats -info-output-file - | grep "hoisted out of loops" | grep 3
+; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -o /dev/null -stats -info-output-file - | grep "hoisted out of loops" | grep 4
; MachineLICM should be able to hoist the symbolic addresses out of
; the inner loops.
OpenPOWER on IntegriCloud