diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-08 21:52:24 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-08 21:52:24 +0000 |
commit | f51087656d0d3e65521a9dc781e6f7890f321a4e (patch) | |
tree | e44b5856ee337475746acc9183175c4a75f583de | |
parent | e6d54ca553916664673fd8689b890df7be38075e (diff) | |
download | bcm5719-llvm-f51087656d0d3e65521a9dc781e6f7890f321a4e.tar.gz bcm5719-llvm-f51087656d0d3e65521a9dc781e6f7890f321a4e.zip |
Remove include of system header.
llvm-svn: 90883
-rw-r--r-- | clang/test/CodeGen/decl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGen/decl.c b/clang/test/CodeGen/decl.c index a659057b849..f7a001e47ce 100644 --- a/clang/test/CodeGen/decl.c +++ b/clang/test/CodeGen/decl.c @@ -5,8 +5,6 @@ // CHECK: @test5w = global %0 { i32 2, [4 x i8] undef } // CHECK: @test5y = global %union.test5u { double 7.300000e+0{{[0]*}}1 } -#include <string.h> - void test1() { // This should codegen as a "@test1.x" global. const int x[] = { 1, 2, 3, 4, 6, 8, 9, 10, 123, 231, 123,23 }; |