diff options
Diffstat (limited to 'llvm/test/Transforms/BoundsChecking/simple.ll')
| -rw-r--r-- | llvm/test/Transforms/BoundsChecking/simple.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/BoundsChecking/simple.ll b/llvm/test/Transforms/BoundsChecking/simple.ll index 162059fb34a..3d532c3cf3b 100644 --- a/llvm/test/Transforms/BoundsChecking/simple.ll +++ b/llvm/test/Transforms/BoundsChecking/simple.ll @@ -91,7 +91,7 @@ define void @f8() nounwind { define void @f9(i128* %arg) nounwind { %1 = alloca i128 %2 = select i1 undef, i128* %arg, i128* %1 -; CHECK: br i1 false +; CHECK-NOT: trap %3 = load i128* %2, align 4 ret void } |

