summaryrefslogtreecommitdiff
path: root/test/Profile/c-counter-overflows.c
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-03-11 23:12:31 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-03-11 23:12:31 +0000
commit656f3803072d8bdc09dce5f8770c72dbb83ce6dc (patch)
tree03c6baa99dd04f8946379245345274e6ecb25c13 /test/Profile/c-counter-overflows.c
parenta66ca64d4be3dadfa3aee5150de8312796427bc2 (diff)
downloadclang-656f3803072d8bdc09dce5f8770c72dbb83ce6dc.tar.gz
PGO: appease the bots after r203592
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203618 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Profile/c-counter-overflows.c')
-rw-r--r--test/Profile/c-counter-overflows.c2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>
+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[]) {