Author: mren
Date: Fri Apr  5 14:06:10 2013
New Revision: 178898

URL: http://llvm.org/viewvc/llvm-project?rev=178898&view=rev
Log:
Try to appease the atom buildbots

Modified:
    cfe/trunk/test/CodeGen/tbaa.cpp

Modified: cfe/trunk/test/CodeGen/tbaa.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/tbaa.cpp?rev=178898&r1=178897&r2=178898&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/tbaa.cpp (original)
+++ cfe/trunk/test/CodeGen/tbaa.cpp Fri Apr  5 14:06:10 2013
@@ -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;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to