From: Yaron Keren Date: Tue, 17 Jun 2014 17:09:24 +0000 (+0000) Subject: Fix the comment which was backwards. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=075344345b2a64bf524edd9d7805f8200cbd6578;p=clang Fix the comment which was backwards. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211112 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenTypes.h b/lib/CodeGen/CodeGenTypes.h index 59e308995d..fe155b53b3 100644 --- a/lib/CodeGen/CodeGenTypes.h +++ b/lib/CodeGen/CodeGenTypes.h @@ -104,7 +104,7 @@ class CodeGenTypes { private: /// TypeCache - This map keeps cache of llvm::Types - /// and maps llvm::Types to corresponding clang::Type. + /// and maps clang::Type to corresponding llvm::Type. llvm::DenseMap TypeCache; public: