aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/TypeBasedAliasAnalysis/dg.exp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-10-11 23:54:13 +0000
committerDan Gohman <gohman@apple.com>2010-10-11 23:54:13 +0000
commitc0157231313c96cdeebc16a4fe94d9b9d3f2a45e (patch)
treedd7602aec0c4884bbc2727bf1e416455fefd9e2f /test/Analysis/TypeBasedAliasAnalysis/dg.exp
parent08cec1ef27d4f27320f871cf17fd742196465232 (diff)
downloadexternal_llvm-c0157231313c96cdeebc16a4fe94d9b9d3f2a45e.zip
external_llvm-c0157231313c96cdeebc16a4fe94d9b9d3f2a45e.tar.gz
external_llvm-c0157231313c96cdeebc16a4fe94d9b9d3f2a45e.tar.bz2
Add a simple testcase for tbaa.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/TypeBasedAliasAnalysis/dg.exp')
-rw-r--r--test/Analysis/TypeBasedAliasAnalysis/dg.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Analysis/TypeBasedAliasAnalysis/dg.exp b/test/Analysis/TypeBasedAliasAnalysis/dg.exp
new file mode 100644
index 0000000..f200589
--- /dev/null
+++ b/test/Analysis/TypeBasedAliasAnalysis/dg.exp
@@ -0,0 +1,3 @@
+load_lib llvm.exp
+
+RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]