diff options
Diffstat (limited to 'llvm/test/Regression/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll')
| -rw-r--r-- | llvm/test/Regression/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll b/llvm/test/Regression/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll index cd8919df0fa..0fd930f06dc 100644 --- a/llvm/test/Regression/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll +++ b/llvm/test/Regression/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll @@ -1,6 +1,6 @@ ; This should cause the global node to collapse!! ; XFAIL: * -; RUN: llvm-as < %s | opt -analyze -datastructure-gc --dsgc-check-flags=test:GAU +; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc --dsgc-check-flags=test:GAU %Tree = type { int, %Tree*, %Tree* } %T5 = external global %Tree |

