diff options
Diffstat (limited to 'test/Transforms/InstCombine/2008-05-23-CompareFold.ll')
-rw-r--r-- | test/Transforms/InstCombine/2008-05-23-CompareFold.ll | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-05-23-CompareFold.ll b/test/Transforms/InstCombine/2008-05-23-CompareFold.ll index acb259b..b729677 100644 --- a/test/Transforms/InstCombine/2008-05-23-CompareFold.ll +++ b/test/Transforms/InstCombine/2008-05-23-CompareFold.ll @@ -1,5 +1,8 @@ -; RUN: opt < %s -instcombine -S | grep "ret i1 false" +; RUN: opt -instcombine -S < %s | FileCheck %s ; PR2359 + +; CHECK-LABEL: @f( +; CHECK: ret i1 false define i1 @f(i8* %x) { entry: %tmp462 = load i8* %x, align 1 ; <i8> [#uses=1] |