diff options
Diffstat (limited to 'lib/CodeGen/DwarfWriter.cpp')
-rw-r--r-- | lib/CodeGen/DwarfWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index 257a776d2f..e157e58bd4 100644 --- a/lib/CodeGen/DwarfWriter.cpp +++ b/lib/CodeGen/DwarfWriter.cpp @@ -1546,7 +1546,7 @@ private: break; } - FromTy = dyn_cast<DerivedTypeDesc>(FromTy)->getFromType(); + FromTy = cast<DerivedTypeDesc>(FromTy)->getFromType(); } // Unless we have a bit field. |