diff --git a/include/llvm/IR/DebugInfo.h b/include/llvm/IR/DebugInfo.h index e6f3cf941d8..c12cc0c1c94 100644 --- a/include/llvm/IR/DebugInfo.h +++ b/include/llvm/IR/DebugInfo.h @@ -34,7 +34,7 @@ class DbgDeclareInst; class DbgValueInst; /// \brief Maps from type identifier to the actual MDNode. -typedef DenseMap DITypeIdentifierMap; +typedef DenseMap DITypeIdentifierMap; typedef DebugNodeArray DIArray; typedef MDTypeRefArray DITypeArray;