summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2017-12-08 19:38:42 +0000
committerXinliang David Li <davidxl@google.com>2017-12-08 19:38:42 +0000
commit39059535822069d1a8801b83c0d55637854e7007 (patch)
treefe06f2a9b2eb5f4495c07c8ce89ce089e720af62 /compiler-rt/test/profile
parentd91057bf529e45fd915628ab990b750a5f8f7430 (diff)
downloadbcm5719-llvm-39059535822069d1a8801b83c0d55637854e7007.tar.gz
bcm5719-llvm-39059535822069d1a8801b83c0d55637854e7007.zip
Update test case for r320180
llvm-svn: 320181
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 0e3981c712f..883d7e6da33 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: 2
-// CHECK-NEXT: Block counts: [1000, 1]
+// CHECK-NEXT: Counters: 1
+// CHECK-NEXT: Block counts: [1000]
OpenPOWER on IntegriCloud