]> granicus.if.org Git - clang/commitdiff
Fix the comment which was backwards.
authorYaron Keren <yaron.keren@gmail.com>
Tue, 17 Jun 2014 17:09:24 +0000 (17:09 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Tue, 17 Jun 2014 17:09:24 +0000 (17:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211112 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenTypes.h

index 59e308995d061a53fd5bf4fc6e6503c645b14921..fe155b53b3c4c37c4592b1fa5d193d1805680ef7 100644 (file)
@@ -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<const Type *, llvm::Type *> TypeCache;
 
 public: