summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-13 17:32:53 +0000
committerChris Lattner <sabre@nondot.org>2006-04-13 17:32:53 +0000
commitc8be43885e63620965388b7797e454be2aefa841 (patch)
tree574d53d65b0a64a712a6e5c512de6f08388cd569
parentee98069488949745f4e7c238a0d2a1b1536db32f (diff)
downloadllvm-c8be43885e63620965388b7797e454be2aefa841.tar.gz
Only look at .ll files in this directory
llvm-svn: 27665
-rw-r--r--llvm/test/Regression/BugPoint/dg.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/BugPoint/dg.exp b/llvm/test/Regression/BugPoint/dg.exp
index 142de8a6c8f6..d708c3f9fc6b 100644
--- a/llvm/test/Regression/BugPoint/dg.exp
+++ b/llvm/test/Regression/BugPoint/dg.exp
@@ -1,3 +1,3 @@
load_lib llvm-dg.exp
-llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $srcdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext $llvmgcc_version
+llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.ll]] $objdir $srcdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext $llvmgcc_version