diff options
| author | Gabor Greif <ggreif@gmail.com> | 2008-05-20 19:52:04 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2008-05-20 19:52:04 +0000 |
| commit | f45ff35bfee43baaa78c4eaf4ace872ce49dd628 (patch) | |
| tree | 2de96439f258825089c7f069c8f3b8d99e1ab955 /llvm/test/CodeGen/CellSPU | |
| parent | f945f94397d8987b73cad3cf85ccaa915f13a04e (diff) | |
| download | bcm5719-llvm-f45ff35bfee43baaa78c4eaf4ace872ce49dd628.tar.gz bcm5719-llvm-f45ff35bfee43baaa78c4eaf4ace872ce49dd628.zip | |
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.
llvm-svn: 51328
Diffstat (limited to 'llvm/test/CodeGen/CellSPU')
| -rw-r--r-- | llvm/test/CodeGen/CellSPU/dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CellSPU/dg.exp b/llvm/test/CodeGen/CellSPU/dg.exp index 1c0f7f8a4f5..d38320cfc59 100644 --- a/llvm/test/CodeGen/CellSPU/dg.exp +++ b/llvm/test/CodeGen/CellSPU/dg.exp @@ -1,5 +1,5 @@ load_lib llvm.exp if { [llvm_supports_target CellSPU] } { - RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] + RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] } |

