diff options
Diffstat (limited to 'llvm/test/Regression/Analysis/DSGraph/incompletenode.ll')
| -rw-r--r-- | llvm/test/Regression/Analysis/DSGraph/incompletenode.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/incompletenode.ll b/llvm/test/Regression/Analysis/DSGraph/incompletenode.ll index b9940db157f..c94faf08946 100644 --- a/llvm/test/Regression/Analysis/DSGraph/incompletenode.ll +++ b/llvm/test/Regression/Analysis/DSGraph/incompletenode.ll @@ -1,7 +1,7 @@ ; This test was failing because the globals X and Y are marked incomplete ; in the TD graph for %test ; XFAIL: * -; RUN: llvm-as < %s | opt -no-aa -ds-aa -load-vn -gcse -instcombine | llvm-dis | not grep seteq +; RUN: llvm-upgrade < %s | llvm-as | opt -no-aa -ds-aa -load-vn -gcse -instcombine | llvm-dis | not grep seteq %X = internal global int 20 %Y = internal global int* null |

