From fb8112c05bb43dda18c3a2743117355d26ba695e Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Fri, 23 Oct 2015 20:37:51 +0000 Subject: Fixup test/ubsan/TestCases/Misc/coverage-levels.cc, LLVM is smarter Fixing up this test case because LLVM is smarter now, and can better analyze: if ((argc << shift) == 16) in this test case. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@251147 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ubsan/TestCases/Misc/coverage-levels.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ubsan') diff --git a/test/ubsan/TestCases/Misc/coverage-levels.cc b/test/ubsan/TestCases/Misc/coverage-levels.cc index 9e3a8b31c..046d8868e 100644 --- a/test/ubsan/TestCases/Misc/coverage-levels.cc +++ b/test/ubsan/TestCases/Misc/coverage-levels.cc @@ -38,4 +38,4 @@ int main(int argc, char **argv) { // to dump coverage. // CHECK1: 1 PCs written // CHECK2: 3 PCs written -// CHECK3: 4 PCs written +// CHECK3: 3 PCs written -- cgit v1.2.3