Try to appease the atom buildbots

llvm-svn: 178898
This commit is contained in:
Manman Ren 2013-04-05 19:06:10 +00:00
parent f15ee4e89f
commit 1388893b7b
1 changed files with 4 additions and 1 deletions

View 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;