projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f15ee4e
)
Try to appease the atom buildbots
author
Manman Ren
<mren@apple.com>
Fri, 5 Apr 2013 19:06:10 +0000
(19:06 +0000)
committer
Manman Ren
<mren@apple.com>
Fri, 5 Apr 2013 19:06:10 +0000
(19:06 +0000)
llvm-svn: 178898
clang/test/CodeGen/tbaa.cpp
patch
|
blob
|
history
diff --git
a/clang/test/CodeGen/tbaa.cpp
b/clang/test/CodeGen/tbaa.cpp
index
3d13a8f
..
b7d02fd
100644
(file)
--- a/
clang/test/CodeGen/tbaa.cpp
+++ b/
clang/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;