diff options
Diffstat (limited to 'test/Transforms/InstCombine/compare-signs.ll')
-rw-r--r-- | test/Transforms/InstCombine/compare-signs.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/compare-signs.ll b/test/Transforms/InstCombine/compare-signs.ll index 2f98641a2494e..ba638ba36fc0d 100644 --- a/test/Transforms/InstCombine/compare-signs.ll +++ b/test/Transforms/InstCombine/compare-signs.ll @@ -1,5 +1,4 @@ ; RUN: opt %s -instcombine -S | FileCheck %s -; XFAIL: * ; PR5438 ; TODO: This should also optimize down. |