]> granicus.if.org Git - clang/commit
We seem to get an inconsistent alignment value in the generated
authorDouglas Gregor <dgregor@apple.com>
Fri, 2 Apr 2010 19:02:06 +0000 (19:02 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 2 Apr 2010 19:02:06 +0000 (19:02 +0000)
commitb5b3b304a7f0afb99f9ce349524f4e60375d268b
tree735a2252c6156afbbda28965ae25d6a164109082
parentc90f56d9f144b2dce88d1c141ddf0e0940e62e63
We seem to get an inconsistent alignment value in the generated
assembly for the global "d7". We were previously testing for alignment
3, which seems to happen for some builders and not for others. I've
eliminated the alignment check and added a FIXME to unbreak the
buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100205 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/virt.cpp