The internal -fdump-record-layouts flag already dumps the layout when it was computed...
commitc93e71c882be461882fa1b3bdc4c2a8724916f01
authorDouglas Gregor <doug.gregor@gmail.com>
Thu, 17 Feb 2011 18:59:06 +0000 (17 18:59 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Thu, 17 Feb 2011 18:59:06 +0000 (17 18:59 +0000)
tree5edba9e3e7812f62a51046180491759cdd93fa88
parent133b141dd552d42f38b240101dc901769e41fde8
The internal -fdump-record-layouts flag already dumps the layout when it was computed; no need to do so again at the end of the translation unit

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseAST.cpp