diff options
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce')
-rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/dg.exp b/llvm/test/Transforms/LoopStrengthReduce/dg.exp index 879685ca879..78dd6f10b4c 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/dg.exp +++ b/llvm/test/Transforms/LoopStrengthReduce/dg.exp @@ -1,3 +1,3 @@ load_lib llvm.exp -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] |