diff options
Diffstat (limited to 'test/Transforms/NewGVN/pair_jumpthread.ll')
-rw-r--r-- | test/Transforms/NewGVN/pair_jumpthread.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Transforms/NewGVN/pair_jumpthread.ll b/test/Transforms/NewGVN/pair_jumpthread.ll index 9e55cda82eb1..65d94e1f6353 100644 --- a/test/Transforms/NewGVN/pair_jumpthread.ll +++ b/test/Transforms/NewGVN/pair_jumpthread.ll @@ -1,8 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt < %s -newgvn -S | FileCheck %s ; RUN: opt < %s -newgvn -jump-threading -S | FileCheck --check-prefix=CHECK-JT %s -; This test is expected to fail until the transformation is committed. -; XFAIL: * define signext i32 @testBI(i32 signext %v) { ; Test with std::pair<bool, int> |