diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-11-23 02:12:00 +0000 | 
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-11-23 02:12:00 +0000 | 
| commit | 514f7e9cb913a2ec20654b6f22b859675a812e4f (patch) | |
| tree | 99031c226003860b0e8afad9daa8875d2be80945 | |
| parent | 8b5c7a56a34ed560737ed7aed80b542556a4971d (diff) | |
| download | bcm5719-llvm-514f7e9cb913a2ec20654b6f22b859675a812e4f.tar.gz bcm5719-llvm-514f7e9cb913a2ec20654b6f22b859675a812e4f.zip  | |
Don't check alignment, it's irrelevant to this test.
llvm-svn: 145093
| -rw-r--r-- | clang/test/CodeGenCXX/compound-literals.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/compound-literals.cpp b/clang/test/CodeGenCXX/compound-literals.cpp index aa9ae3cacfd..17a31149e13 100644 --- a/clang/test/CodeGenCXX/compound-literals.cpp +++ b/clang/test/CodeGenCXX/compound-literals.cpp @@ -41,4 +41,4 @@ int g() {  struct Z { int i[3]; };  int *p = (Z){ {1, 2, 3} }.i;  // CHECK: define {{.*}}__cxx_global_var_init() -// CHECK: store i32* getelementptr inbounds (%struct.Z* @.compoundliteral, i32 0, i32 0, i32 0), i32** @p, align 8 +// CHECK: store i32* getelementptr inbounds (%struct.Z* @.compoundliteral, i32 0, i32 0, i32 0), i32** @p  | 

