diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2010-04-16 20:56:35 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2010-04-16 20:56:35 +0000 |
commit | 5863c999e7a0488cca94786bf62e7b4c69fd82c2 (patch) | |
tree | 1e5fc592b3b052cca263d0afc1a40d19ccbb3e6b /clang/test/CodeGen/decl.c | |
parent | 4d273f451900f678ef17330969cb817523a23db0 (diff) | |
download | bcm5719-llvm-5863c999e7a0488cca94786bf62e7b4c69fd82c2.tar.gz bcm5719-llvm-5863c999e7a0488cca94786bf62e7b4c69fd82c2.zip |
emit padding as undef values, take 2
merge also a few tests I had here for this feature, and FileCheck'ize one file
llvm-svn: 101535
Diffstat (limited to 'clang/test/CodeGen/decl.c')
-rw-r--r-- | clang/test/CodeGen/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/decl.c b/clang/test/CodeGen/decl.c index 0c7ef5fc97f..8bbeb24fe15 100644 --- a/clang/test/CodeGen/decl.c +++ b/clang/test/CodeGen/decl.c @@ -2,7 +2,7 @@ // CHECK: @test1.x = internal constant [12 x i32] [i32 1 // CHECK: @test2.x = internal constant [13 x i32] [i32 1, -// CHECK: @test5w = global %0 { i32 2, [4 x i8] zeroinitializer } +// CHECK: @test5w = global %0 { i32 2, [4 x i8] undef } // CHECK: @test5y = global %union.test5u { double 7.300000e+0{{[0]*}}1 } // CHECK: @test6.x = internal constant %struct.SelectDest { i8 1, i8 2, i32 3, i32 0 } |