Index: lib/AST/TypePrinter.cpp
===================================================================
--- lib/AST/TypePrinter.cpp	(revision 165215)
+++ lib/AST/TypePrinter.cpp	(working copy)
@@ -142,9 +142,6 @@
     return;
   }
   
-  if (Policy.SuppressSpecifiers && T->isSpecifierType())
-    return;
-
   SaveAndRestore<bool> PHVal(HasEmptyPlaceHolder, PlaceHolder.empty());
 
   printBefore(T, Quals, OS);
