summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-03-09 17:13:18 +0000
committerXinliang David Li <davidxl@google.com>2016-03-09 17:13:18 +0000
commitd4312d8af09c6e345ac5c270b0d37b3cfab7815a (patch)
tree33dc2b943ab34d9209280e0e7342a3a6b5d086bd
parenta35b8fcef872b553fbafd2fed94e33ea3633fa84 (diff)
downloadbcm5719-llvm-d4312d8af09c6e345ac5c270b0d37b3cfab7815a.tar.gz
bcm5719-llvm-d4312d8af09c6e345ac5c270b0d37b3cfab7815a.zip
Fix a minor bug in test
llvm-svn: 263028
-rw-r--r--compiler-rt/test/profile/Inputs/instrprof-merge-match-lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/Inputs/instrprof-merge-match-lib.c b/compiler-rt/test/profile/Inputs/instrprof-merge-match-lib.c
index e251fd20526..afe559e018a 100644
--- a/compiler-rt/test/profile/Inputs/instrprof-merge-match-lib.c
+++ b/compiler-rt/test/profile/Inputs/instrprof-merge-match-lib.c
@@ -21,7 +21,7 @@ uint64_t libEntry(char *Buffer, uint64_t MaxSize) {
uint64_t Size = __llvm_profile_get_size_for_buffer();
if (Size > MaxSize)
- return 1;
+ return 0;
__llvm_profile_reset_counters();
OpenPOWER on IntegriCloud