mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 01:04:49 +08:00
Remove include of system header.
llvm-svn: 90883
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user