Remove unused member variable.
[oota-llvm.git] / lib / IR / AsmWriter.cpp
index 8f9122558d31b9dc46042e30f9d4cee64af07715..7fcab5c921b7b8e349c38636bb9aad01af56e1f3 100644 (file)
@@ -2290,7 +2290,7 @@ void Value::printAsOperand(raw_ostream &O, bool PrintType, const Module *M) cons
 void Value::dump() const { print(dbgs()); dbgs() << '\n'; }
 
 // Type::dump - allow easy printing of Types from the debugger.
-void Type::dump() const { print(dbgs()); }
+void Type::dump() const { print(dbgs()); dbgs() << '\n'; }
 
 // Module::dump() - Allow printing of Modules from the debugger.
 void Module::dump() const { print(dbgs(), nullptr); }