aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-05 17:39:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-05 17:39:54 +0000
commit90dd87195ed1e0df570c608acb1a41d85ce7b9cb (patch)
tree9da7db99ddc3ea5fcb8e1bfc6fa4be41086baaf7
parentab7b74a3fa675cf856cdde2bf19336c5fc9a11e6 (diff)
Globals are not being renamed any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32917 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/constants.ll2
-rw-r--r--test/CodeGen/ARM/section.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/constants.ll b/test/CodeGen/ARM/constants.ll
index a329726a4b..560a4c8429 100644
--- a/test/CodeGen/ARM/constants.ll
+++ b/test/CodeGen/ARM/constants.ll
@@ -6,7 +6,7 @@
; RUN: grep "mov r0, #-1073741761" %t.s | wc -l | grep 1 &&
; RUN: grep "mov r0, #1008" %t.s | wc -l | grep 1 &&
; RUN: grep "cmp r0, #65536" %t.s | wc -l | grep 1 &&
-; RUN: grep "\.comm.*a.s,4,4" %t.s | wc -l | grep 1
+; RUN: grep "\.comm.*a,4,4" %t.s | wc -l | grep 1
%a = internal global int 0
diff --git a/test/CodeGen/ARM/section.ll b/test/CodeGen/ARM/section.ll
index 469b935fa1..e345da1e95 100644
--- a/test/CodeGen/ARM/section.ll
+++ b/test/CodeGen/ARM/section.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__.s:" &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__:" &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
; RUN: grep '.section .dtors,"aw",.progbits'