commit | 12ff96854d6f03dd6cc67abb68843fd8b94e065b | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Sat Nov 06 20:38:27 2004 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Sat Nov 06 20:38:27 2004 +0000 |
tree | 802c948bbb9372b04be00a607f8030a671079b65 | |
parent | d2fb4d7906e9e89f4069c014a8c0b8bda0a3563f [diff] [blame] |
Adding XFAIL lines for dejagnu support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17514 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll b/test/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll index 54e640a..aec1e99 100644 --- a/test/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll +++ b/test/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll
@@ -1,5 +1,5 @@ ; This should cause the global node to collapse!! -; +; XFAIL: * ; RUN: analyze %s -datastructure-gc --dsgc-check-flags=test:GAU %Tree = type { int, %Tree*, %Tree* }