[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/section.ll

Reid Spencer reid at x10sys.com
Fri Jan 5 09:40:09 PST 2007



Changes in directory llvm/test/Regression/CodeGen/ARM:

section.ll updated: 1.6 -> 1.7
---
Log message:

Globals are not being renamed any more.


---
Diffs of the changes:  (+1 -1)

 section.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/ARM/section.ll
diff -u llvm/test/Regression/CodeGen/ARM/section.ll:1.6 llvm/test/Regression/CodeGen/ARM/section.ll:1.7
--- llvm/test/Regression/CodeGen/ARM/section.ll:1.6	Wed Jan  3 17:47:29 2007
+++ llvm/test/Regression/CodeGen/ARM/section.ll	Fri Jan  5 11:39:54 2007
@@ -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'
 






More information about the llvm-commits mailing list