From 656f3803072d8bdc09dce5f8770c72dbb83ce6dc Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Tue, 11 Mar 2014 23:12:31 +0000 Subject: [PATCH] PGO: appease the bots after r203592 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203618 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Profile/c-counter-overflows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Profile/c-counter-overflows.c b/test/Profile/c-counter-overflows.c index ddbe6d1c97..17cf3a3665 100644 --- a/test/Profile/c-counter-overflows.c +++ b/test/Profile/c-counter-overflows.c @@ -3,7 +3,7 @@ // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-counter-overflows.c %s -o - -emit-llvm -fprofile-instr-use=%S/Inputs/c-counter-overflows.profdata | FileCheck %s -#include +typedef unsigned long long uint64_t; // PGOGEN: @[[MAIN:__llvm_pgo_ctr[0-9]*]] = private global [2 x i64] zeroinitializer int main(int argc, const char *argv[]) { -- 2.40.0