aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2013-04-05 19:06:10 +0000
committerManman Ren <mren@apple.com>2013-04-05 19:06:10 +0000
commitc80e0314cd2e1c5e6021aeac155b8a181a27e2e1 (patch)
tree3cfca4723b35a3eebfbd957faf3819ee78ef5674 /test
parente449edc5bdace60f9d754c32abc5459bc7d94a14 (diff)
Try to appease the atom buildbots
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/tbaa.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/tbaa.cpp b/test/CodeGen/tbaa.cpp
index 3d13a8fb78..b7d02fd80a 100644
--- a/test/CodeGen/tbaa.cpp
+++ b/test/CodeGen/tbaa.cpp
@@ -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;