diff options
Diffstat (limited to 'llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll')
| -rw-r--r-- | llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll | 25 |
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 -} |

