aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-05-20 19:52:04 +0000
committerGabor Greif <ggreif@gmail.com>2008-05-20 19:52:04 +0000
commit722243bd402aaed698a279cb323cf37554befd53 (patch)
tree35b30dc386d75eafe797e99e0f681bf19fe771ad /test/CodeGen/ARM
parent8e8de684c7b62c21a3fa9d0cd2b142e669b61ba9 (diff)
Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/dg.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/dg.exp b/test/CodeGen/ARM/dg.exp
index ba4ade5c10..0a367252d7 100644
--- a/test/CodeGen/ARM/dg.exp
+++ b/test/CodeGen/ARM/dg.exp
@@ -1,5 +1,5 @@
load_lib llvm.exp
if { [llvm_supports_target ARM] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]]
}