[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/section.ll
Reid Spencer
reid at x10sys.com
Wed Jan 3 15:47:53 PST 2007
Changes in directory llvm/test/Regression/CodeGen/ARM:
section.ll updated: 1.5 -> 1.6
---
Log message:
Update test cases that grepped for register names that have now changed
as a result of llvm-upgrade handling collapsed type planes better.
---
Diffs of the changes: (+3 -2)
section.ll | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/ARM/section.ll
diff -u llvm/test/Regression/CodeGen/ARM/section.ll:1.5 llvm/test/Regression/CodeGen/ARM/section.ll:1.6
--- llvm/test/Regression/CodeGen/ARM/section.ll:1.5 Sat Dec 9 15:21:06 2006
+++ llvm/test/Regression/CodeGen/ARM/section.ll Wed Jan 3 17:47:29 2007
@@ -1,5 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__:" &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep '.section .dtors,"aw",.progbits'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__.s:" &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
+; RUN: grep '.section .dtors,"aw",.progbits'
%__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"
More information about the llvm-commits
mailing list