]> granicus.if.org Git - clang/commitdiff
PGO: appease the bots after r203592
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 11 Mar 2014 23:12:31 +0000 (23:12 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 11 Mar 2014 23:12:31 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203618 91177308-0d34-0410-b5e6-96231b3b80d8

test/Profile/c-counter-overflows.c

index ddbe6d1c97cbcfd1aab58221b0d3477ac591fba0..17cf3a36653c5181529e95815f8325a940eddcd3 100644 (file)
@@ -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[]) {