]> granicus.if.org Git - clang/commitdiff
Try to appease the atom buildbots
authorManman Ren <mren@apple.com>
Fri, 5 Apr 2013 19:06:10 +0000 (19:06 +0000)
committerManman Ren <mren@apple.com>
Fri, 5 Apr 2013 19:06:10 +0000 (19:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178898 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/tbaa.cpp

index 3d13a8fb78047709bb4637ab8b7191e5ea994039..b7d02fd80a3d6baa3f42115071b3ee548dd79c6e 100644 (file)
@@ -2,7 +2,10 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin -O1 -struct-path-tbaa -disable-llvm-optzns %s -emit-llvm -o - | FileCheck %s -check-prefix=PATH
 // Test TBAA metadata generated by front-end.
 
-#include <stdint.h>
+typedef unsigned char uint8_t;
+typedef unsigned short uint16_t;
+typedef unsigned int uint32_t;
+typedef unsigned long long uint64_t;
 typedef struct
 {
    uint16_t f16;