diff options
Diffstat (limited to 'clang/test/CodeGen/cast-to-union.c')
-rw-r--r-- | clang/test/CodeGen/cast-to-union.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/cast-to-union.c b/clang/test/CodeGen/cast-to-union.c index 1f7e0457706..b1019da0a37 100644 --- a/clang/test/CodeGen/cast-to-union.c +++ b/clang/test/CodeGen/cast-to-union.c @@ -1,7 +1,6 @@ // RUN: clang-cc -emit-llvm %s -o - | FileCheck %s // CHECK: w = global %0 { i32 2, [4 x i8] undef } // CHECK: y = global %union.u { double 7.300000e+0{{[0]*}}1 } -// CHECK: store i32 351, i32 union u { int i; double d; }; |