[cfe-commits] r90883 - /cfe/trunk/test/CodeGen/decl.c
Daniel Dunbar
daniel at zuster.org
Tue Dec 8 13:52:24 PST 2009
Author: ddunbar
Date: Tue Dec 8 15:52:24 2009
New Revision: 90883
URL: http://llvm.org/viewvc/llvm-project?rev=90883&view=rev
Log:
Remove include of system header.
Modified:
cfe/trunk/test/CodeGen/decl.c
Modified: cfe/trunk/test/CodeGen/decl.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/decl.c?rev=90883&r1=90882&r2=90883&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/decl.c (original)
+++ cfe/trunk/test/CodeGen/decl.c Tue Dec 8 15:52:24 2009
@@ -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 };
More information about the cfe-commits
mailing list