diff options
Diffstat (limited to 'test/Transforms/GVN/rle-must-alias.ll')
-rw-r--r-- | test/Transforms/GVN/rle-must-alias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/rle-must-alias.ll b/test/Transforms/GVN/rle-must-alias.ll index 80919679ba..4a4643a320 100644 --- a/test/Transforms/GVN/rle-must-alias.ll +++ b/test/Transforms/GVN/rle-must-alias.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -gvn | llvm-dis | grep {DEAD = phi i32 } +; RUN: opt %s -gvn -S | grep {DEAD = phi i32 } ; XFAIL: * ; FIXME: GVN should eliminate the fully redundant %9 GEP which |