summaryrefslogtreecommitdiffstats
path: root/clang/test/Layout/itanium-union-bitfield.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-10-19 18:45:13 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-10-19 18:45:13 +0000
commit25d2496cd2f98ac0b30eee94f0e0c72655af6b55 (patch)
treec5513e38ea8d3d8a4058f41ade6541ddcb6eedfd /clang/test/Layout/itanium-union-bitfield.cpp
parentbc6378defb217d70d8627c64279c05b2154a4c0f (diff)
downloadbcm5719-llvm-25d2496cd2f98ac0b30eee94f0e0c72655af6b55.tar.gz
bcm5719-llvm-25d2496cd2f98ac0b30eee94f0e0c72655af6b55.zip
clang/test/Layout/itanium-union-bitfield.cpp: Appease i686.
llvm-svn: 220166
Diffstat (limited to 'clang/test/Layout/itanium-union-bitfield.cpp')
-rw-r--r--clang/test/Layout/itanium-union-bitfield.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/Layout/itanium-union-bitfield.cpp b/clang/test/Layout/itanium-union-bitfield.cpp
index 8c0b351f909..093b0985f4e 100644
--- a/clang/test/Layout/itanium-union-bitfield.cpp
+++ b/clang/test/Layout/itanium-union-bitfield.cpp
@@ -24,6 +24,5 @@ B::B() {}
// CHECK:*** Dumping AST Record Layout
// CHECK-NEXT: 0 | union B
// CHECK-NEXT: 0 | int f1
-// CHECK-NEXT: | [sizeof=16, dsize=9, align=8
-// CHECK-NEXT: | nvsize=9, nvalign=8]
-
+// CHECK-NEXT: | [{{sizeof=16, dsize=9, align=8|sizeof=12, dsize=9, align=4}}
+// CHECK-NEXT: | {{nvsize=9, nvalign=8|nvsize=9, nvalign=4}}]
OpenPOWER on IntegriCloud