summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2017-12-05 17:19:49 +0000
committerXinliang David Li <davidxl@google.com>2017-12-05 17:19:49 +0000
commit06be6debbc005a45493c81643729b32bd3754f38 (patch)
tree3dc6baa4e6028c91dd791e6e144b5cab37e9383d /compiler-rt/test/profile
parentcc35bc9efcec964616f15daa02a41dbaddf5e29b (diff)
downloadbcm5719-llvm-06be6debbc005a45493c81643729b32bd3754f38.tar.gz
bcm5719-llvm-06be6debbc005a45493c81643729b32bd3754f38.zip
[PGO] fix test case for D40702
Differential Revision: http://reviews.llvm.org/D40702 llvm-svn: 319795
Diffstat (limited to 'compiler-rt/test/profile')
-rw-r--r--compiler-rt/test/profile/infinite_loop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/profile/infinite_loop.c b/compiler-rt/test/profile/infinite_loop.c
index 883d7e6da33..0e3981c712f 100644
--- a/compiler-rt/test/profile/infinite_loop.c
+++ b/compiler-rt/test/profile/infinite_loop.c
@@ -23,8 +23,8 @@ int main()
// CHECK: Counters:
// CHECK-NEXT: main:
// CHECK-NEXT: Hash: {{.*}}
-// CHECK-NEXT: Counters: 1
-// CHECK-NEXT: Block counts: [1000]
+// CHECK-NEXT: Counters: 2
+// CHECK-NEXT: Block counts: [1000, 1]
OpenPOWER on IntegriCloud