From f6cadc440cbf04330b3cda9a3c76728f08035203 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 20 May 2008 21:00:03 +0000 Subject: sabre brings to my attention that the 'tr' suffix is also obsolete git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51349 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/Andersens/dg.exp | 2 +- test/Analysis/BasicAA/dg.exp | 2 +- test/Analysis/Dominators/dg.exp | 2 +- test/Analysis/GlobalsModRef/dg.exp | 2 +- test/Analysis/LoadVN/dg.exp | 2 +- test/Analysis/LoopInfo/dg.exp | 2 +- test/Analysis/PostDominators/dg.exp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'test/Analysis') diff --git a/test/Analysis/Andersens/dg.exp b/test/Analysis/Andersens/dg.exp index 3f34016..1eb4755 100644 --- a/test/Analysis/Andersens/dg.exp +++ b/test/Analysis/Andersens/dg.exp @@ -1,4 +1,4 @@ load_lib llvm.exp -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] diff --git a/test/Analysis/BasicAA/dg.exp b/test/Analysis/BasicAA/dg.exp index 78dd6f1..f200589 100644 --- a/test/Analysis/BasicAA/dg.exp +++ b/test/Analysis/BasicAA/dg.exp @@ -1,3 +1,3 @@ load_lib llvm.exp -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] diff --git a/test/Analysis/Dominators/dg.exp b/test/Analysis/Dominators/dg.exp index 78dd6f1..f200589 100644 --- a/test/Analysis/Dominators/dg.exp +++ b/test/Analysis/Dominators/dg.exp @@ -1,3 +1,3 @@ load_lib llvm.exp -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] diff --git a/test/Analysis/GlobalsModRef/dg.exp b/test/Analysis/GlobalsModRef/dg.exp index 78dd6f1..f200589 100644 --- a/test/Analysis/GlobalsModRef/dg.exp +++ b/test/Analysis/GlobalsModRef/dg.exp @@ -1,3 +1,3 @@ load_lib llvm.exp -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] diff --git a/test/Analysis/LoadVN/dg.exp b/test/Analysis/LoadVN/dg.exp index 78dd6f1..f200589 100644 --- a/test/Analysis/LoadVN/dg.exp +++ b/test/Analysis/LoadVN/dg.exp @@ -1,3 +1,3 @@ load_lib llvm.exp -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] diff --git a/test/Analysis/LoopInfo/dg.exp b/test/Analysis/LoopInfo/dg.exp index 78dd6f1..f200589 100644 --- a/test/Analysis/LoopInfo/dg.exp +++ b/test/Analysis/LoopInfo/dg.exp @@ -1,3 +1,3 @@ load_lib llvm.exp -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] diff --git a/test/Analysis/PostDominators/dg.exp b/test/Analysis/PostDominators/dg.exp index 78dd6f1..f200589 100644 --- a/test/Analysis/PostDominators/dg.exp +++ b/test/Analysis/PostDominators/dg.exp @@ -1,3 +1,3 @@ load_lib llvm.exp -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] -- cgit v1.1