summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2006-12-13 17:02:04 +0000
committerJohn Criswell <criswell@uiuc.edu>2006-12-13 17:02:04 +0000
commitf9e355c7f12cbdc9db90c3dcd59f30f2bbe9aa0b (patch)
tree1b18699dbc46fb1fe2ac470d3f081ba38fa95d44 /llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll
parent2bcf535e0fc9445c386fe428b4d04dd7d4f2c277 (diff)
downloadbcm5719-llvm-f9e355c7f12cbdc9db90c3dcd59f30f2bbe9aa0b.tar.gz
bcm5719-llvm-f9e355c7f12cbdc9db90c3dcd59f30f2bbe9aa0b.zip
Remove DSA tests.
llvm-svn: 32543
Diffstat (limited to 'llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll')
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll25
1 files changed, 0 insertions, 25 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll b/llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll
deleted file mode 100644
index d55e5415674..00000000000
--- a/llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll
+++ /dev/null
@@ -1,25 +0,0 @@
-
-; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc --dsgc-abort-if-merged=Y,BVal
-
-implementation
-
-internal void %F1(int* %X) {
- %Y = alloca int
- store int 4, int* %Y
- %BVal = call int* %F2(int* %Y)
- ret void
-}
-
-internal int* %F2(int* %A) {
- %B = malloc int
- store int 4, int* %B
- call void %F1(int* %B)
- ret int* %B
-}
-
-int %main() {
- %Q = malloc int
- store int 4, int* %Q
- call void %F1(int* %Q)
- ret int 0
-}
OpenPOWER on IntegriCloud