aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/licm-nested.ll
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-10-10 23:18:02 +0000
committerDevang Patel <dpatel@apple.com>2011-10-10 23:18:02 +0000
commitdb7334dbc55fb4b86fa3db19bff08ec02ba474d5 (patch)
tree2b047d5df5885cad8ba8a9ee6c3f9bd6e0ae6ce5 /test/CodeGen/X86/licm-nested.ll
parentf6c35c59f515505fa2e9b74b3d0f4ab06f8266d8 (diff)
downloadexternal_llvm-db7334dbc55fb4b86fa3db19bff08ec02ba474d5.zip
external_llvm-db7334dbc55fb4b86fa3db19bff08ec02ba474d5.tar.gz
external_llvm-db7334dbc55fb4b86fa3db19bff08ec02ba474d5.tar.bz2
Revert r141569 and r141576.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141594 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/licm-nested.ll')
-rw-r--r--test/CodeGen/X86/licm-nested.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/licm-nested.ll b/test/CodeGen/X86/licm-nested.ll
index 901d987..b0105ac 100644
--- a/test/CodeGen/X86/licm-nested.ll
+++ b/test/CodeGen/X86/licm-nested.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -o /dev/null -stats -info-output-file - | grep machine-licm | grep 2
+; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -o /dev/null -stats -info-output-file - | grep machine-licm | grep 3
; MachineLICM should be able to hoist the symbolic addresses out of
; the inner loops.