[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/loop-hoist.ll

Reid Spencer reid at x10sys.com
Fri Jan 5 10:35:03 PST 2007



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

loop-hoist.ll updated: 1.5 -> 1.6
---
Log message:

Global variables are not renamed by llvm-upgrade any more.


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

 loop-hoist.ll |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Regression/CodeGen/X86/loop-hoist.ll
diff -u llvm/test/Regression/CodeGen/X86/loop-hoist.ll:1.5 llvm/test/Regression/CodeGen/X86/loop-hoist.ll:1.6
--- llvm/test/Regression/CodeGen/X86/loop-hoist.ll:1.5	Wed Jan  3 17:47:29 2007
+++ llvm/test/Regression/CodeGen/X86/loop-hoist.ll	Fri Jan  5 12:34:48 2007
@@ -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]
 






More information about the llvm-commits mailing list