diff options
Diffstat (limited to 'llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll')
| -rw-r--r-- | llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll b/llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll deleted file mode 100644 index d9ded6019e2..00000000000 --- a/llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll +++ /dev/null @@ -1,18 +0,0 @@ -; This is the same testcase as 2003-06-29-NodeCollapsing2.ll, but it uses the -; graph checker. -; -; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-abort-if-any-collapsed -; -%T = type { int} - -int %main() { - %A = alloca %T - %B = alloca { %T } - %C = alloca %T* - %Bp = getelementptr { %T }* %B, long 0, uint 0 - %Ap = getelementptr %T* %A, long 0, uint 0 - - store %T* %A, %T** %C - store %T* %Bp, %T** %C ; This store was causing merging to happen! - ret int 0 -} |

