summaryrefslogtreecommitdiff
path: root/test/Analysis/LoopDependenceAnalysis/dg.exp
diff options
context:
space:
mode:
authorAndreas Bolka <a@bolka.at>2009-06-28 00:35:22 +0000
committerAndreas Bolka <a@bolka.at>2009-06-28 00:35:22 +0000
commitc6a303052ba6386245059ce3efbf828ac6298ae9 (patch)
tree5736833520ad1d7e06b9ba7a1fd95fe08b5b14c1 /test/Analysis/LoopDependenceAnalysis/dg.exp
parentf35626d3cda3af2f445a04322253a0d9dca607db (diff)
downloadllvm-c6a303052ba6386245059ce3efbf828ac6298ae9.tar.gz
llvm-c6a303052ba6386245059ce3efbf828ac6298ae9.tar.bz2
llvm-c6a303052ba6386245059ce3efbf828ac6298ae9.tar.xz
Print pairwise dependence results, add testcases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/LoopDependenceAnalysis/dg.exp')
-rw-r--r--test/Analysis/LoopDependenceAnalysis/dg.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Analysis/LoopDependenceAnalysis/dg.exp b/test/Analysis/LoopDependenceAnalysis/dg.exp
new file mode 100644
index 0000000000..f2005891a5
--- /dev/null
+++ b/test/Analysis/LoopDependenceAnalysis/dg.exp
@@ -0,0 +1,3 @@
+load_lib llvm.exp
+
+RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]