aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
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
parent98ed6963e366bc2afbad936e23a10fe95508e240 (diff)
downloadexternal_llvm-e5fe98cbb0b512fa53b99290e6bf32d9ea458b95.zip
external_llvm-e5fe98cbb0b512fa53b99290e6bf32d9ea458b95.tar.gz
external_llvm-e5fe98cbb0b512fa53b99290e6bf32d9ea458b95.tar.bz2
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')
-rw-r--r--test/CodeGen/X86/loop-hoist.ll4
-rw-r--r--test/CodeGen/X86/packed_struct.ll6
2 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll
index 32ed381..f85b5f8 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]
diff --git a/test/CodeGen/X86/packed_struct.ll b/test/CodeGen/X86/packed_struct.ll
index c0aa646..172d081 100644
--- a/test/CodeGen/X86/packed_struct.ll
+++ b/test/CodeGen/X86/packed_struct.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos.s+5" &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos.s+1" &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos.s+9" &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos+5" &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos+1" &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos+9" &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "bara+19" &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "bara+4"