Skip to content

Commit

Permalink
Rename the last test with .llx extension to .ll, resolve duplicate te…
Browse files Browse the repository at this point in the history
…st 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
  • Loading branch information
ggreif committed May 20, 2008
1 parent 8e8de68 commit 722243b
Showing 75 changed files with 88 additions and 88 deletions.
2 changes: 1 addition & 1 deletion test/Analysis/Andersens/dg.exp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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}]]

2 changes: 1 addition & 1 deletion test/Analysis/BasicAA/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Analysis/Dominators/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Analysis/GlobalsModRef/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Analysis/LoadVN/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Analysis/LoopInfo/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Analysis/PostDominators/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Archive/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Assembler/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Bitcode/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/C++Frontend/dg.exp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load_lib llvm.exp

if [ llvm_gcc_supports c++ ] then {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]]
}
2 changes: 1 addition & 1 deletion test/CFrontend/dg.exp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load_lib llvm.exp

if [ llvm_gcc_supports c ] then {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]]
}
2 changes: 1 addition & 1 deletion test/CodeGen/ARM/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
}
2 changes: 1 addition & 1 deletion test/CodeGen/CBackend/dg.exp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load_lib llvm.exp

if { [llvm_supports_target CBackend] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]]
}
2 changes: 1 addition & 1 deletion test/CodeGen/CellSPU/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
}
2 changes: 1 addition & 1 deletion test/CodeGen/Generic/GC/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/CodeGen/Generic/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/CodeGen/IA64/dg.exp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load_lib llvm.exp

if { [llvm_supports_target IA64] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]]
}
2 changes: 1 addition & 1 deletion test/CodeGen/PowerPC/dg.exp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load_lib llvm.exp

if { [llvm_supports_target PowerPC] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]]
}
2 changes: 1 addition & 1 deletion test/CodeGen/SPARC/dg.exp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load_lib llvm.exp

if { [llvm_supports_target Sparc] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]]
}
2 changes: 1 addition & 1 deletion test/CodeGen/X86/dg.exp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load_lib llvm.exp

if { [llvm_supports_target X86] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]]
}
12 changes: 5 additions & 7 deletions test/CodeGen/X86/isnan.ll
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | not grep pxor
; RUN: llvm-as < %s | llc -march=x86 | not grep call

; This should not need to materialize 0.0 to evaluate the condition.
declare i1 @llvm.isunordered.f64(double)

define i32 @test(double %X) nounwind {
entry:
%tmp6 = fcmp uno double %X, 0.000000e+00 ; <i1> [#uses=1]
%tmp67 = zext i1 %tmp6 to i32 ; <i32> [#uses=1]
ret i32 %tmp67
define i1 @test_isnan(double %X) {
%R = fcmp uno double %X, %X ; <i1> [#uses=1]
ret i1 %R
}

9 changes: 0 additions & 9 deletions test/CodeGen/X86/isnan.llx

This file was deleted.

11 changes: 11 additions & 0 deletions test/CodeGen/X86/isnan2.ll
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | not grep pxor

; This should not need to materialize 0.0 to evaluate the condition.

define i32 @test(double %X) nounwind {
entry:
%tmp6 = fcmp uno double %X, 0.000000e+00 ; <i1> [#uses=1]
%tmp67 = zext i1 %tmp6 to i32 ; <i32> [#uses=1]
ret i32 %tmp67
}

2 changes: 1 addition & 1 deletion test/DebugInfo/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/ExecutionEngine/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Feature/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Integer/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Linker/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Other/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/ADCE/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/ArgumentPromotion/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/BlockPlacement/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/CodeExtractor/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/ConstProp/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/ConstantMerge/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/DeadArgElim/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/DeadStoreElimination/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/GCSE/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/GVN/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/GVNPRE/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/GlobalDCE/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/GlobalOpt/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/IPConstantProp/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/IndVarsSimplify/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/Inline/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/InstCombine/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/Internalize/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LCSSA/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LICM/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LoopDeletion/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LoopIndexSplit/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LoopRotate/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LoopSimplify/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LoopStrengthReduce/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LoopUnroll/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LoopUnswitch/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LowerInvoke/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LowerSetJmp/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/LowerSwitch/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/Mem2Reg/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/MemCpyOpt/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/PredicateSimplifier/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/PruneEH/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/RaiseAllocations/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/Reassociate/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/SCCP/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/SRETPromotion/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/ScalarRepl/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/SimplifyCFG/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
2 changes: 1 addition & 1 deletion test/Transforms/SimplifyLibCalls/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
Loading

0 comments on commit 722243b

Please sign in to comment.