[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 6 Mar 2013 18:12:44 +0000 (18:12 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 6 Mar 2013 18:12:44 +0000 (18:12 +0000)
commit61a3896d9fe122dafef192a00a7672315761424f
tree9583c6d561682adcfd79cb577fa297982d515119
parentb42863e2587fafdc8eb8590319fb080f20e70b55
[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once.

We can just re-use the one from HeaderFileInfoLookupTable.

llvm-svn: 176565
clang/include/clang/Serialization/Module.h
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/Module.cpp