summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/loop-hoist.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-05 18:37:18 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-05 18:37:18 +0000
commite5fe98cbb0b512fa53b99290e6bf32d9ea458b95 (patch)
treea37356d20e05d2a57f7c515a17e11980a7c7746a /test/CodeGen/X86/loop-hoist.ll
parent98ed6963e366bc2afbad936e23a10fe95508e240 (diff)
downloadllvm-e5fe98cbb0b512fa53b99290e6bf32d9ea458b95.tar.gz
llvm-e5fe98cbb0b512fa53b99290e6bf32d9ea458b95.tar.bz2
llvm-e5fe98cbb0b512fa53b99290e6bf32d9ea458b95.tar.xz
Global variables are not renamed by llvm-upgrade any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/loop-hoist.ll')
-rw-r--r--test/CodeGen/X86/loop-hoist.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll
index 32ed381d57..f85b5f8983 100644
--- a/test/CodeGen/X86/loop-hoist.ll
+++ b/test/CodeGen/X86/loop-hoist.ll
@@ -1,9 +1,9 @@
; RUN: llvm-upgrade < %s | llvm-as | \
; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\
-; RUN: grep L_Arr.s.non_lazy_ptr &&
+; RUN: grep L_Arr.non_lazy_ptr &&
; RUN: llvm-upgrade < %s | llvm-as | \
; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\
-; RUN: %prcontext L_Arr.s.non_lazy_ptr 1 | grep '4(%esp)'
+; RUN: %prcontext L_Arr.non_lazy_ptr 1 | grep '4(%esp)'
%Arr = external global [0 x int] ; <[0 x int]*> [#uses=2]