Author: dexonsmith
Date: Tue Mar 11 18:12:31 2014
New Revision: 203618
URL: http://llvm.org/viewvc/llvm-project?rev=203618&view=rev
Log:
PGO: appease the bots after r203592
Modified:
cfe/trunk/test/Profile/c-counter-overflows.c
Modified: cfe/trunk/test/Profile/c-counter-overflows.c
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Profile/c-counter-overflows.c?rev=203618&r1=203617&r2=203618&view=diff
==============================================================================
--- cfe/trunk/test/Profile/c-counter-overflows.c (original)
+++ cfe/trunk/test/Profile/c-counter-overflows.c Tue Mar 11 18:12:31 2014
@@ -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[]) {
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits