aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/section.ll
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 /test/CodeGen/ARM/section.ll
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
Diffstat (limited to 'test/CodeGen/ARM/section.ll')
-rw-r--r--test/CodeGen/ARM/section.ll2
1 files changed, 1 insertions, 1 deletions
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'