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] _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits